单独为 Github 设置代理而不影响其他 Git 仓库(如 Gitee)的操作 2023-09-10 860访客 91字 under Notes of Programming 以下方法可使在 Clone 或 Push Github 上的项目时通过代理执行;同时其他诸如对 Gitee 进行 Git 操作则不会通过代理git config --global http.https://github.com.proxy http://127.0.0.1:7890 git c... Read More