I am using the VM provided by my company internal area (KVM) - RHEL 6.4.
I can clone external repositories from the Internet. However, I cannot figure out how to clone the internal repositories on my corporate intranet.
At first, I did not set http_proxy or https_proxy and got this error:
error: The requested URL returned error: 401 Authorization Required while accessing http:
After setting http_proxy and https_proxy , I get this error after waiting about 60 seconds:
error: The requested URL returned error: 504 Gateway Timeout while accessing http:
I can clone this repo search from my laptop, not VM
Any ideas on where I should look?
Thanks.
source share