Enumerating objects: 258, done.
Counting objects: 100% (258/258), done.
Delta compression using up to 12 threads
Compressing objects: 100% (245/245), done.
Writing objects: 100% (257/257), 597.22 KiB | 2.31 MiB/s, done.
Total 257 (delta 70), reused 1 (delta 0), pack-reused 0
client_loop: send disconnect: Connection reset by peer
send-pack: unexpected disconnect while reading sideband packet
fatal: the remote end hung up unexpectedly
向git仓库推送代码时一直提示上方内容,每次都是执行了很久最后提示推送失败;
网上的解决方案是调整缓存大小, 但是并没有什么用 问题依旧;
让我一度以为是我网络问题,最后才发现通过git的强制推送命令可以提交。
(线上是才创建的空仓库,排除冲突。可能码云抽风吧。)
git push origin master --force
参考: https://stackoverflow.com/questions/15240815/git-fatal-the-remote-end-hung-up-unexpectedly
转载请注明本文标题和链接:《 记一次GIT推送失败处理 》
网友评论 0