notebook/GitSkill.md

7 lines
118 B
Markdown
Raw Permalink Normal View History

2022-04-28 17:16:43 +08:00
```shell
# git 取消设置代理
git config --global --unset http.proxy
git config --global --unset https.proxy
```