git设置代理方法
有时候想使用git将项目上传至github,但是由于国内环境无法访问github,所以我们就需要设置代理IP。下面是设置代理IP的方法,在git命令行中,设置:
git config --global -l
git config --global http.proxy 127.0.0.1:10808
git config --global https.proxy 127.0.0.1:10808
版权申明
本文系作者 @chboy 原创发布在轩哥代码库站点。未经许可,禁止转载。
暂无评论数据