在将我的更改推送到 GITHub 中的 master 时,我在 Tortoise Git 中收到错误 git did not exitly (exit code 128)
git.exe push -v --progress "origin" master:master
Pushing to https://github.com/myproj/Net.git
error: The requested URL returned
error: 504 while accessing
https://github.com/myproj/Net.git/info/refs?service=git-receive-pack
fatal: HTTP request failed
git did not exit cleanly (exit code 128) (63228 ms @ 22-12-2012 23:57:48)
我已经提到如何解决 TortoiseGit 上的“git 没有完全退出(退出代码 128)”错误?
但我使用的是 HTTPS 而不是 SSH。我的意思是我使用来自 GITHub 的 HTTPS url 克隆。我也不知道如何生成 SSH!
会解决什么问题?