msysGit设置代理
由于公司设置了代理,必须要通过代理才能访问网络。
通过下面的命令,设置msysGit的代理:
git config --global http.proxy 代理host:代理port
资料来自:http://www.chenyudong.com/archives/use-git-or-github-in-company-local-net.html
由于公司设置了代理,必须要通过代理才能访问网络。
通过下面的命令,设置msysGit的代理:
git config --global http.proxy 代理host:代理port
资料来自:http://www.chenyudong.com/archives/use-git-or-github-in-company-local-net.html