使用git往github上提交代码时出现[packet_write_wait connection to xx.xx.xx.xx Broken pipe]错误的解决办法

Posted 鬼王呵

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了使用git往github上提交代码时出现[packet_write_wait connection to xx.xx.xx.xx Broken pipe]错误的解决办法相关的知识,希望对你有一定的参考价值。

使用git往github上提交代码时出现[packet_write_wait connection to xx.xx.xx.xx Broken pipe]错误的解决办法:

        找到git安装的目录/etc/ssh,打开ssh_config文件,在其中修改(或者添加)

Host *
ServerAliveInterval 120

就OK了

以上是关于使用git往github上提交代码时出现[packet_write_wait connection to xx.xx.xx.xx Broken pipe]错误的解决办法的主要内容,如果未能解决你的问题,请参考以下文章

Git - 使用BitBucket和SourceTree进行源代码管理遇到POST git-receive-pack (chunked)

发出 git commit 命令时出现纱线错误

如何用vscode的git功能往github上传代码

Git在提交代码时出现的fatal: Authentication failed的问题

往Github上,上传本地项目

推送代码分支时出现:fatal: 'origin' does not appear to be a git repository