我在Gitlab上创建了一个帐户,设置了一个SSH密钥并可以从我的新项目URL中获取 - 但是我无法推送:( - 如果我使用HTTPS我得到:
Writing objects: 100% (375/375), 84.82 MiB | 11.22 MiB/s, done.
Total 375 (delta 182), reused 0 (delta 0)
error: RPC failed; result=55, HTTP code = 0
fatal: The remote end hung up unexpectedly
如果我使用SSH,我会收到TortoiseGitPlink Fatal Error
消息:Server unexpectedly closed network connection
- 这在我的Git输出中:
Compressing objects: 100% (359/359), done.
fatal: sha1 file '<stdout>' writeatal: The remote end hung up unexpectedly
error: Invalid argument
error: failed to push some refs to 'git@gitlab.com: [snip]'
这是一个非常大的存储库。我尝试过更新版本的TortoiseGitPlink,但这没有帮助。