简体   繁体   中英

git clone stuck on HTTP

I am trying to check out a repository from Github, I can use the git:// protocol, but not the http:// protocol. I would type git clone http://github.com/ajaxorg/cloud9.git and it would get stuck on cloning into cloud9 Does anyone know what's wrong?

Use https:// instead of http:// .

If that fails, try using something like strace to figure out what action it's getting stuck on.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM