git push 403错误解决方法
- 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

浙公网安备 33010602011771号