当前位置:   article > 正文

git clone或者上传失败_国内git cl upload失败

国内git cl upload失败

1、网速问题,配置最低速度和最低速度时间:

  git config --global http.lowSpeedLimit 0

  git config --global http.lowSpeedTime 999999

2、增大缓存(500m)

  git config http.postBuffer 524288000

3、浅层克隆

  git clone后加上--depth 1 

4、克隆地址http换ssh

 注意换了系统之后git的ssh要更新:

1.出现Are you sure you want to continue connecting (yes/no)?时,选择yes

2. ls -al ~/.ssh

3. ssh-keygen -t rsa -C "github用户名",按三次回车

4.cat ~/.ssh/id_rsa.pub生成新的SSH

5.登陆github,点击头像-settings-new SSH,复制新生成的SSH

 

 

本文内容由网友自发贡献,转载请注明出处:https://www.wpsshop.cn/w/我家自动化/article/detail/511014
推荐阅读
相关标签
  

闽ICP备14008679号