您的位置:首页 > 编程语言

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

2016-07-21 16:39 1166 查看
使用git往github上提交代码时出现[packet_write_wait connection to xx.xx.xx.xx Broken pipe]错误的解决办法:

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

就OK了
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: