您的位置:首页 > 其它

git fatal: The remote end hung up unexpectedly 错误

2017-04-28 15:49 513 查看
使用git将本地项目添加到远程仓库报以下错误

$ git push -u origin master

Counting objects: 2053, done.

Delta compression using up to 2 threads.

Compressing objects: 100% (1983/1983), done.

Connection reset by 192.30.255.112

fatal: The remote end hung up unexpectedly | 7.00 KiB/s

fatal: sha1 file '<stdout>' write error: Broken pipe

error: failed to push some refs to 'git@github.com:xxx/xxx.git'

fatal: The remote end hung up unexpectedly | 7.00 KiB/s

这句显示 远程结束挂起 |7kb/s

应该是墙的原因导致网速太慢,且项目有点大上传不上

解决办法:翻墙 或者等等重新在push一遍 就没问题了
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: