1

I want to execute the following command using Git Bash on Windows:

git push -u origin master

But it continuously gives the following error:

> fatal: unable to access 'https://github.com/aaabb/XXX3.git/':
> Failed to connect to 172.30.0.7 port 3128: Timed out

Any suggestions?

(I hid my username and project name from the above.)

Barett
  • 5,499
  • 6
  • 48
  • 55
Hola
  • 2,067
  • 7
  • 37
  • 81

1 Answers1

4

It seems your are behind proxy server and you do not use authentication. Look at this: Getting git to work with a proxy server

Community
  • 1
  • 1
Fanda
  • 3,558
  • 5
  • 33
  • 55