Checkout our demo site to practice selenium https://magento.softwaretestingboard.com/

0 like 0 dislike
188 views
in Others by
edited by

I am trying to clone the angular-phonecat git repository https://github.com/angular/angular-phonecat , but i am getting the following message when i enter the command in my gitbash

Message I got when i type "$ git clone git://github.com/angular/angular-phonecat.git" in Git Bash:

$ git clone git://github.com/angular/angular-phonecat.git Cloning into 'angular-phonecat'... fatal: unable to connect to github.com: github.com[0: 204.232.175.90]: errno=No error

ScreenShot: screenshot

Please help in cloning the GIT Repo. Thanks in advance for any help.

1 Answer

0 like 0 dislike
by The go-to Tester (181 points)
selected by
 
Best answer

You can make git replace the protocol for you

git config --global url."https://".insteadOf git://


This site is for software testing professionals, where you can ask all your questions and get answers from 1300+ masters of the profession. Click here to submit yours now!

...