Reputation: 14038
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 error:
Cloning into facebook-ios.sdk...
fatal: The remote end hung up unexpectedly
Any help is great. Thanks!
Upvotes: 1
Views: 2069
Reputation: 9376
You have a typo. Use this:
git clone git://github.com/facebook/facebook-ios-sdk.git
Upvotes: 2