【发布时间】:2015-03-29 18:52:57
【问题描述】:
我正在尝试将一些更改同步到我的 git repo,但我收到以下错误(我隐藏了 git repo 名称):
...\project [master]> git push
fatal: unable to access 'http://github.com/...(repo).git/': Failed connect to github.com:80; No error
我要提交的更改已提交,但未同步(推送)到我正在尝试做的 repo...
我之前成功提交了一些更改(使用: git commit 。)就像我通常每天所做的那样,现在我突然开始收到这个错误......
我尝试与 Windows 的 github 应用程序同步,但我也收到错误:
Failed to sync this branch
You might need to open a shell and debug the state of this repo.
我被难住了,有人能指出明显的吗? - 它一直有效,今天它似乎不想工作......
【问题讨论】: