Cloning a git repository means that you create a local copy of the code provided by developer. You can simply do it with a command line:
git clone git://github.com/facebook/facebook-ios-sdk.git .
and you'll have the code in the facebook-ios-sdk directory.