0

I am using psiphon vpn desktop for windows10 and when i try to push to my git repo it shows me an error

git pull --tags origin master

fatal: unable to access 'https://github.com/alsong/Trial.git/': Failed to connect to github.com port 443: Timed out

git fetch

fatal: unable to access 'https://github.com/alsong/Trial.git/': Could not resolve host: github.com

It doesnt even allow me to use npm functions. I have really tried to find out the solution for this though they still dont work.

I would be grateful for the help

ThanhPhan
  • 1,225
  • 2
  • 12
  • 24
jaiveon38
  • 15
  • 5

1 Answers1

0

Be sure to configure npm to use your proxy then. Here are the relevant configuration variables:

I think you might have to configure git to use the proxy as well. Here's the answer for that.

Abdulhaq Shah
  • 542
  • 2
  • 14