1. 设置代理

git config --global http.proxy http://localhost:1080
git config --global https.proxy https://localhost:1080
git config --global http.SSLVERIFY false

2. Git命令速查表

Git 版本控制
Git命令速查.jpg

3. git不用输入用户名和密码

git config --global credential.helper store
git pull /git push (这里需要输入用户名和密码,以后就不用啦)

相关文章:

  • 2022-12-23
猜你喜欢
  • 2021-04-10
  • 2021-11-13
  • 2021-05-12
  • 2021-10-09
相关资源
相似解决方案