Last updated
I use git in windows cmd window.
I have disabled the firewall on my laptop.
I use the command git clone git://github.com/diydrones/ardupilot.git
and I get the error:
fatal: unable to connect to github.com:
github.com[0: 192.30.252.131]: errno=No error
I've tried ping 192.30.252.131 and that's succesful
I've also tried the command git clone [URL]https://github.com/diydrones/ardupilot.git[/URL]
but that gives:
fatal: unable to access 'https://github.com/diydrones/ardupilot.git/': Failed co
nnect to github.com:443; No error
I can surf on the site [URL]https://github.com/diydrones[/URL]
What must I do?