这是一个创建于 3846 天前的主题,其中的信息可能已经有所发展或是发生改变。
问题描述:
创建repo,点击客户端右上角publish后出现error:Failed to publish this branch.
不知道是什么原因?
3 条回复 • 2014-09-26 21:48:33 +08:00
 |
|
1
alexlah 2014-09-26 13:50:29 +08:00
打开git shell输入git push --set-upstream origin master后提示:
fatal: Not a git repository:'.git' fatal: The remote end hung up unexpectedly
|
 |
|
2
gangsta 2014-09-26 13:53:14 +08:00
git init
|
 |
|
3
Artotria 2014-09-26 21:48:33 +08:00
编码错误会导致Github for Windows无法push
|