vbox桥接网卡每次push pull都需要操作第二次才成功,第一次出现下面错误
mr@devenv:~/workspace/phpapp/idcapi$ git push
client_loop: send disconnect: Broken pipe
fatal: Could not read from remote repository.
处理方案
vim ~/.ssh/config
#写入下面内容即可
Host *
IPQoS=throughput
mr@devenv:~/workspace/phpapp/idcapi$ git push
client_loop: send disconnect: Broken pipe
fatal: Could not read from remote repository.
处理方案
vim ~/.ssh/config
#写入下面内容即可
Host *
IPQoS=throughput