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

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

    I think @deepwaters got the answer correct for older versions. The HTTPS URL needs to have the username. I had git 1.7.0.4 and git push origin master wouldn't even ask for a password till I added it.

提交回复
热议问题