I am getting a connection timeout error when I try to clone a Git repo via a proxy server.
git clone
http://opensource.freescale.com/pub/scm/imx/linux-2.6-imx.git
Cloning into linux-2.6-imx...
error: Failed connect to opensource.freescale.com:8080; Connection timed out while accessinghttp://opensource.freescale.com/pub/scm/imx/linux-2.6-imx.git/info/refs
fatal: HTTP request failed
I used corkscrew and set my git proxy to the server address and port. How else can I download or clone a Git repo over proxy?