Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== clone behind a proxy ====== You may be set up behind a company proxy and need to clone an external url. If your admin is blocking port 9418, you won't be able to use the best option, which is the git protocol. If you need to use http, you need to define your proxy as an environment variable with one of the following:<code> # no authentication required by your proxy export http_proxy=proxy.server:port # or # authentication required export http_proxy=username:password@proxy.server:port </code> Now you should be able to use:<code> git clone http://git.someurl.com/project.git </code> docs/git/clone_behind_a_proxy.txt Last modified: 2010/06/15 14:18by billh