180807 3步解决Ubuntu系统下git clone速度慢问题

阅读 74

2023-03-03


​​ubuntu环境下使用git pull push代码缓慢的问题 ​​​
​Ubuntu使用git clone时,网速很慢,解决方法​​

速度慢的原因:系统默认需要使用ssh来连接git 服务器,解决方法即取消ssh连接。

Step1: 打开文件​​ssh_config文件​

sudo vim /etc/ssh/ssh_config

Step2: 修改​​GSSAPIAuthentication属性值yes为no​

GSSAPIAuthentication no

Step3: 保存退出

180807 3步解决Ubuntu系统下git clone速度慢问题_git


精彩评论(0)

0 0 举报