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

后端 未结 30 1275
轻奢々
轻奢々 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:13

    I faced the same error and the cause was stupid - I did not have privileges to commit to selected repository. I did not know that I have to

    1. fork selected project first
    2. clone repository locally
    3. commit my changes locally
    4. push changes to my github clone
    5. request pull request to upstream

    as described in https://help.github.com/categories/63/articles

提交回复
热议问题