赞
踩
同时使用 GitHub 和 Gitee,要设置 git 代理配置,在使用 GitHub 时开启代理,使用 Gitee 时取消代理,才能正常进行 git 操作
git config --global http.proxy http://127.0.0.1:41091
git config --global https.proxy http://127.0.0.1:41091
git config --global --unset http.proxy
git config --global --unset https.proxy
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。