我需要来自 monotouch-bindings 的 facebook api 包装器,所以我从 github 下载了monotouch-bindings的整个包。
我无法编译facebook dll
(我在 macosx 10.8.3 上编译)。
文件夹中的 make 命令monotouch-bindings-master/facebook
给了我一个错误:
git clone git@github.com:facebook/facebook-ios-sdk.git
Cloning into 'facebook-ios-sdk'...
Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
make[1]: *** [facebook-ios-sdk] Error 128
make: *** [build-binding] Error 2
我也尝试过sudo
make 但我得到了同样的错误。我检查了是否github.com:facebook/facebook-ios-sdk.git
存在,并且似乎确实存在。