0

Hi I have been trying to clone my Github repo to my laptop using SourceTree. However, I keep getting the following:

fatal: unable to access 'https://username@github.com/username/MainProject.git/': Failed connect to github.com:443; No error

Completed with errors, see above.

Ps. my Internet is working fine. I have tried cloning this project using another laptop and it worked.Does anyone know the possible reasons why with this laptop (my laptop at work :( ) it does not work and any possible solution?

annena
  • 921
  • 1
  • 11
  • 22

1 Answers1

0

I found this similar post GitHub - failed to connect to github 443 windows/ Failed to connect to gitHub - No Error. This may help you but even if it isn't it sounds like a proxy issue or maybe some sort of firewall.

Community
  • 1
  • 1
NendoTaka
  • 1,224
  • 8
  • 14
  • Thanks, I followed your link and found the solution. What is did was go toTools>Options>Network and check Add proxy server configuration to Git/Mercurial and it works! :D – annena May 13 '15 at 05:59