CocoaPods を使用して ShareKit 2.2 をインストールしようとしています。
コマンド ラインで次のように入力します。
touch Podfile
open -e Podfile
以下の行で Podfile を編集します。
platform :ios, '5.0'
pod 'ShareKit', '~> 2.2'
ファイルを保存して入力pod install
ラインInstalling ShareKit (2.2)
コマンドラインツールの後、githubアカウント情報を入力するように求められます. アカウントを入力したところ、以下のメッセージが表示されました。
[!] Pod::Executable clone --mirror "https://github.com/dkuhnke/ShareKit.git" "/Users/developer/Library/Caches/CocoaPods/GitHub/a45caba117704c3f4cfa5f478a14e9305d2d5e9f"
Cloning into bare repository '/Users/developer/Library/Caches/CocoaPods/GitHub/a45caba117704c3f4cfa5f478a14e9305d2d5e9f'...
fatal: https://github.com/dkuhnke/ShareKit.git/info/refs?service=git-upload-pack not found: did you run git update-server-info on the server?
私は何を間違えましたか?