为了账号安全,请及时绑定邮箱和手机立即绑定

Git,致命:远程端意外挂断

Git,致命:远程端意外挂断

Git
回首忆惘然 2019-08-29 16:39:09
Git,致命:远程端意外挂断当我试图跑git push origin master --force我刚得到Counting objects: 2649, done.Delta compression using up to 2 threads.Compressing objects: 100% (1280/1280), done.error: RPC failed; result=22, HTTP code = 413 | 116 KiB/s   fatal: The remote end hung up unexpectedlyWriting objects: 100% (2504/2504), 449.61 MiB | 4.19 MiB/s, done.Total 2504 (delta 1309), reused 2242 (delta 1216)fatal: The remote end hung up unexpectedlyEverything up-to-date这与不安全有关吗?我尝试在Fatal的答案中创建一个公钥:远程端意外挂断并再次运行它,但它仍然无效。我实际上没有使用钥匙吗?如果是这样,我该如何使用它?
查看完整描述

3 回答

?
杨__羊羊

TA贡献1943条经验 获得超7个赞

这看起来类似于如何让github默认为ssh而不是https用于新的存储库。可能值得尝试从http协议切换到ssh:

$ git remote add origin git@github.com:username/project.git


查看完整回答
反对 回复 2019-08-29
?
有只小跳蛙

TA贡献1824条经验 获得超8个赞

问题是由于git / https缓冲区设置。为了解决它(在将提交提交到github时取自Git失败)

git config http.postBuffer 524288000



查看完整回答
反对 回复 2019-08-29
  • 3 回答
  • 0 关注
  • 3173 浏览

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信