1

我需要来自 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

我也尝试过sudomake 但我得到了同样的错误。我检查了是否github.com:facebook/facebook-ios-sdk.git存在,并且似乎确实存在。

4

2 回答 2

1

看来您的实际问题在于git.

在 Google 中快速搜索,从 Github 中找到了这篇有用的文章:Error: Permission denied (publickey)

我怀疑如果你调查它,你将提交确保你有一个密钥并且 SSH 正在使用它来解决你的问题。

这并不是说这不能解决你所有的问题,但它应该可以解决这个问题。

于 2013-07-05T13:24:27.873 回答
0

在运行 make 命令并且编译成功之前,我已经安装了 github 客户端。

感谢您的回答!!!

于 2013-07-08T10:17:26.557 回答