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
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
Post a Comment