notebook/GitSkill.md

118 B


# git 取消设置代理
git config --global --unset http.proxy
git config --global --unset https.proxy