1. Github 代理
增加
bash
git config --global url."https://mirror.ghproxy.com/https://github.com/".insteadof "https://github.com/"
查看
bash
git config --list
取消
bash
git config --global --unset url.https://mirror.ghproxy.com/https://github.com/.insteadof