0

I am trying to use git (Micorsoft vsts git repo) via Proxy, but when I when run a command like this

git pull origin master

i get this error:

unable to access 'https://bcmlogic.visualstudio.com/_git/XXX/': Failed to connect to XXX.visualstudio.com port 443: Timed out

How can i use git while i am using bypassproxy behind sense, i cannot disable it because i have internet there.

3
  • Do you want to bypass git from the proxy? Commented Nov 21, 2019 at 16:31
  • yes,exactly to be like this Commented Nov 21, 2019 at 16:46
  • Agree with GR8's answer. See stackoverflow.com/a/41440395/11508165 Commented Nov 22, 2019 at 3:45

1 Answer 1

0

You can set the proxy to an empty value for this command:

git -c http.proxy= pull origin master
Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.