【发布时间】:2013-07-22 21:43:40
【问题描述】:
正在尝试将我的开发分支推送到我的 github 存储库。
git push origin develop -v
连接挂起又挂起,又挂起又挂起,永远不会超时。我从来没有收到错误消息,也没有“写对象”,也没有任何形式的交流。
通过 ssh 连接。已验证我可以通过 ssh 连接到 github,这意味着我的公钥有效。
git remote set-url origin git@github.com:username/Forkedrepo.git
ssh -T git@github.com
我还能做什么? FWIW,我可以通过 ssh 和 git push 连接到其他站点。我也知道我无法通过此路由器通过 https 进行连接。
使用 Windows 工作站和 git push 可与其他非 github 远程存储库一起使用。
【问题讨论】:
标签: git github ssh git-push git-remote