osx - Why can't I clone any repository in Git? -
i use git time , reason every time clone repo error
git clone https://github.com/ryanb/cancan.git initialized empty git repository in /users/tamer /desktop/paypal_adaptive/cancan/.git/ error: requested url returned error: 403 while accessing https://github.com/ryanb/cancan.git/info/refs fatal: http request failed i doesnt matter repo....public or private..is there setting/file on mac need change make work again. btw on mac/snow leopard
it looks known issue:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=341221
you can try using git protocol, instead of http.
git clone git://git.eclipse.org/gitroot/e4/org.eclipse.orion.client.githttp support improved in 1.7+ , may problem.
Comments
Post a Comment