article/git/git基本操作.md
2023-09-07 17:25:32 +08:00

217 B

git 基本操作

配置代理

 git config --global http.proxy http://127.0.0.1:7890
 git config --global https.proxy ttp://127.0.0.1:7890

更新git

git update-git-for-windows