github - windows git bash wont clone directory -


i having trouble cloning git repo using git bash.

basically im trying following angular js tutorial angular js tutorial

#clone angular-phonecat repository located @ github running following command: git clone https://github.com/angular/angular-phonecat.git 

however when it seems hang , fail on cloning angular-phonecar dir. see screenshot. url avtive , can open when load browser? im thinking may have ports blocked?... not sure..

any appreciated. error says http request failed

screenshot of fail

it sounds either github down, or maybe behind firewall blocking access this. have tried connecting github using curl?

curl -i https://github.com/angular/angular-phonecat.git 

also, after clone operation fails, enter in command line:

echo $? 

that exit code of last command. might try googling "git clone fails exit code x".


Comments

Popular posts from this blog

html - Sizing a high-res image (~8MB) to display entirely in a small div (circular, diameter 100px) -

java - IntelliJ - No such instance method -

identifier - Is it possible for an html5 document to have two ids? -