This commit is contained in:
2023-09-07 17:25:32 +08:00
parent 074b2d3453
commit fc4d35fd3f
5 changed files with 424 additions and 3 deletions

View File

@ -1,10 +1,13 @@
## git 基本操作
#### 配置代理
```bash
git config --global http.proxy http://127.0.0.1:7890
git config --global https.proxy ttp://127.0.0.1:7890
```
### 更新git
#### 更新git
```bash
git update-git-for-windows