on the go way (五)git push 403 error
在使用git push的时候产生这种情况
error: The requested URL returned error: 403 while accessing https://github.comgit/info/refs
- edit
.git/configfile under your repo directory - find
url=entry under section[remote "origin"] - change it from
url=https://MichaelDrogalis@github.com/derekerdmann/lunch_call.gittourl=ssh://git@github.com/derekerdmann/lunch_call.git. that is, change all the texts before@symbol tossh://git - Save
configfile and quit. now you could usegit push origin masterto sync your repo on GitHub
我想做我自己
posted on 2016-03-22 20:32 AAAAAApple 阅读(106) 评论(0) 收藏 举报
浙公网安备 33010602011771号