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

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

    1. Click on your repository
    2. On the right hand side, click on "Settings"
    3. On the left hand side option panel, click on "Collaborators"
    4. Add the person name you know in GitHub
    5. Click "Add Collaborators"

    After this our "Push to Git" worked fine.

提交回复
热议问题