windows - Git: fatal: unable to access 'https://MY_REPO': Received HTTP code 504 from proxy after CONNECT -
i have repository on our internal servers. if seek pull/clone existing repository i'm getting error message.
but if type repo-link chrome, can see repository without problem. utilize corporate proxies , i've configurem them in env-variable on windows , git global settings.
git global settings:
http.sslverify=false user.name=my name user.email=myname@domain.com http.proxy=http://proxy:8080/ https.proxy=http://proxy:8080/
i should remove proxy settings everywhere connect vpn. because proxy server blocks request because of non-existing server address.
removing proxy local repository easy:
git config remote.origin.proxy "" windows git proxy
No comments:
Post a Comment