githubアカウントを設定し、準備が整いました。Soundcloudを使用してiPhoneプロジェクトのAPIラッパーを設定するために、これらの手順に従おうとしていますが、少し迷っています。
1. Go to your project directory.
2. Add the Cocoa API Wrapper as a Git Subproject
git submodule add git://github.com/soundcloud/cocoa-api-wrapper.git SoundCloudAPI
3. Update the Subprojects (the API Wrapper includes the NXOAuth2Framework as a subproject)
git submodule update --init --recursive
私の質問は次のとおりです。プロジェクトディレクトリのどこに移動しますか?XCodeプロジェクトファイルと同じレベルですか?また、#2のコマンドは実際には機能しません。エラーが発生します:
fatal: Not a git repository (or any of the parent directories): .git
私は何かが足りないのですか?