开发者

git clone stuck on HTTP

开发者 https://www.devze.com 2023-04-10 19:58 出处:网络
I am trying to check out a repository from Github, I can use the git:// 开发者_StackOverflow中文版protocol, but not the http:// protocol. I would type git clone http://github.com/ajaxorg/cloud9.git an

I am trying to check out a repository from Github, I can use the git:// 开发者_StackOverflow中文版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.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号