Today with Git clone under Code, modify, push commit, found the following error
403 while accessing https://github.com/zebozhuang/gocache.git/info/refs
Look, it turns out that I used HTTPS clone code, the remote URL under. Git also uses HTTPS, reference
http://stackoverflow.com/questions/7438313/ Pushing-to-git-returning-error-code-403-fatal-http-request-failed
Modify config under. git
ssh://[email protected]/zebozhuang/gocache.git
Can.
The essence of the problem is that Git's version is too low. Reference
HTTPS://help.github.com/articles/https-cloning-errors/
Problem Solving!
----------------------------------------------Fri APR 22:45:01 CST 201, new problems arise
Git pull
for which branch your want to merge with . See Git-pull (1 for details <remote> <branch> for This branch y --set-upstream-to=origin/<branch> Master
Also belongs to the old version problem, which solves
Git branch--set-upstream-to=origin/master Master
Reference
http://stackoverflow.com/questions/10147475/git-checkout-tag-git-pull-fails-in-branch
Fix git commit code Error