I try to install ShareKit 2.2 using CocoaPods.
In command line I enter next:
touch Podfile
open -e Podfile
Edit my Podfile with lines below:
platform :ios, '5.0'
pod 'ShareKit', '~> 2.2'
Save file and enter pod install
After line Installing ShareKit (2.2)
command line tool asks me to enter github account information. I have entered my account and got this message below:
[!] 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?
What did I do wrong?