我正在使用由我公司的内部云(KVM) - RHEL 6.4配置的VM。
我能够从互联网克隆外部存储库。然而,我无法弄清楚如何在我公司的内部网上克隆内部存储库。
起初我没有设置 http_proxy
要么 https_proxy
并收到此错误:
error: The requested URL returned error: 401 Authorization Required while accessing http://....
设定后 http_proxy
和 https_proxy
,我现在等待大约60秒后收到此错误:
error: The requested URL returned error: 504 Gateway Timeout while accessing http://...
我可以从我的笔记本电脑克隆这个repo find,而不是VM
关于我应该在哪里看的任何想法?
谢谢。