I get a connection timeout error when I try to clone a Git repo through a proxy server.
git clone http://opensource.freescale.com/pub/scm/imx/linux-2.6-imx.git
Cloning in linux-2.6-imx ...
Error: Failed to connect to opensource.freescale.com:8080; Connection timeout while accessing http://opensource.freescale.com/pub/scm/imx/linux-2.6-imx.git/info/refs
fatal: HTTP request failed
I used a corkscrew and set my Git proxy to the server address and port. How else can I download or clone Git repo over proxy?
source share