开发者

What causes "fatal: The remote end hung up unxepctedly" when using git to try and clone a repository on github?

开发者 https://www.devze.com 2023-01-23 19:29 出处:网络
I\'m trying to clone the facebook iOS API located on github.com. I\'m new to git and I\'ve just downloaded the git client. I also have created a github account. I thought I configured everything corre

I'm trying to clone the facebook iOS API located on github.com. I'm new to git and I've just downloaded the git client. I also have created a github account. I thought I configured everything correctly but I'm running into the following 开发者_如何学Cerror:


git clone git://github.com/facebook/facebook-ios.sdk.git

Cloning into facebook-ios.sdk...

fatal: The remote end hung up unexpectedly


Any help is great. Thanks!


You have a typo. Use this:

git clone git://github.com/facebook/facebook-ios-sdk.git
0

精彩评论

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