您的位置:首页 > 理论基础 > 计算机网络

How to using GIT behind http(s) Proxy

2011-06-13 08:39 513 查看
We are behind proxy in the office, so it need a little bit trick to go through http proxy for GIT.

I am using cntml instead of ntlmap in my ubuntu. how to setup? you can find it in my other blog.

1. git config --global http.proxy http://127.0.0.1:5865
after this i can get some source from gitHub, something like this

git clone http://github.com/cloudhead/dorothy.git see here http://rip747.wordpress.com/2008/09/12/git-clone-over-http-who-knew/

2, install corkscrew

http://help.github.com/linux-set-up-git/

http://www.wetware.co.nz/blog/2010/03/cant-access-github-behind-proxy-or-firewall/

3. smartHttps
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: