Pushing to Git returning Error Code 403 fatal: HTTP request failed

后端 未结 30 1820
轻奢々
轻奢々 2020-11-22 04:52

I was able to clone a copy of this repo over HTTPS authenticated. I\'ve made some commits and want to push back out to the GitHub server. Using Cygwin on Windows 7 x64.

30条回答
  •  暖寄归人
    2020-11-22 05:17

    Github has page dedicated to troubleshooting this error:

    https://help.github.com/articles/https-cloning-errors

    In my case it turned out that using a new version of git (1.8.5.2) solved this problem.

提交回复
热议问题