使用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在提交代码时出现的fatal: Authentication failed的问题
推送代码分支时出现:fatal: 'origin' does not appear to be a git repository