git项目时,有时速度比较慢,可以设置--depth=1,只要最后一个版本的代码,而不要.git目录中的东西

git clone --depth=1 https://github.com/Project-OSRM/osrm-backend.git

 

git config --global http.proxy http://127.0.0.1:8580
git config --global https.proxy https://127.0.0.1:8580
git config --global http.SSLVERIFY false

相关文章:

  • 2022-12-23
  • 2021-11-30
  • 2021-11-28
  • 2021-11-20
  • 2021-08-06
  • 2021-10-18
猜你喜欢
  • 2021-10-18
  • 2022-12-23
  • 2021-10-06
  • 2022-12-23
  • 2021-12-26
相关资源
相似解决方案