To use git behind proxy use this command:
git config --global http.proxy proxy_addr:proxy_port Para baixar a arvore direta do Linus Torvalds: git clone http://www.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git linux-2.6
To use git behind proxy use this command:
git config --global http.proxy proxy_addr:proxy_port Para baixar a arvore direta do Linus Torvalds: git clone http://www.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git linux-2.6
I really like the link to the http cloning. Note that git’s port is 9418 so if that’s blocked you’ll need a proxy of some type.
Cheers!
-=r
Pingback: Roger’s Brain Dump » git setup http proxy
Pingback: Using Git behind Proxy « Stand on the shoulders of giants