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,826
  • 6
  • 51
  • 55
Hola
  • 2,163
  • 8
  • 39
  • 87

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,760
  • 5
  • 37
  • 56