Git Error: The requested URL returned error: 504 Gateway Timeout while accessing http://

前端 未结 2 586
后悔当初
后悔当初 2021-01-04 01:05

I am using a VM provisioned by my company\'s internal cloud (KVM) - RHEL 6.4.

I am able to clone external repositories from the internet. Yet, I cannot figure out ho

2条回答
  •  滥情空心
    2021-01-04 01:45

    use this in .gitconfig file then this problem will resolved.

    - [http]
         proxy = http://127.0.0.1:8087
         sslVerify = false
    

    OR git config --global http.proxy ''

提交回复
热议问题