标签:
在使用git push的时候产生这种情况
error: The requested URL returned error: 403 while accessing https://github.comgit/info/refs
.git/config
file under your repo directoryurl=
entry under section [remote "origin"]
url=https://MichaelDrogalis@github.com/derekerdmann/lunch_call.git
to url=ssh://git@github.com/derekerdmann/lunch_call.git
. that is, change all the texts before @
symbol to ssh://git
config
file and quit. now you could use git push origin master
to sync your repo on GitHubon the go way (五)git push 403 error
标签:
原文地址:http://www.cnblogs.com/OneDream/p/5308338.html