【问题标题】:building astyanax from source on windows does not work在 Windows 上从源代码构建 astyanax 不起作用
【发布时间】:2013-10-28 16:00:41
【问题描述】:

https://github.com/Netflix/astyanax/wiki/Getting-Started

列出的命令是: 1. git clone git@github.com:Netflix/astyanax.git 2. cd astyanax 3. ./gradlew 构建

权限被拒绝错误是哪个产品:

C:\Users\windowsuser\Downloads\Astyanax>git clone git@github.com:Netflix/astyanax.git 克隆到“astyanax”... 警告:将 IP 地址“192.30.252.129”的 RSA 主机密钥永久添加到已知主机列表中。 权限被拒绝(公钥)。 致命:无法从远程存储库读取。

请确保您拥有正确的访问权限 并且存储库存在。

C:\Users\windowsuser\Downloads\Astyanax>

【问题讨论】:

    标签: cassandra astyanax


    【解决方案1】:

    如果您没有在您的客户端计算机您自己的 Github 帐户上设置和关联 SSH 密钥对,您将收到该错误消息。它不是特定于 Windows 的;我能够在 Linux 上重现。

    使用git clone https://github.com/Netflix/astyanax.git 进行匿名克隆。

    【讨论】:

    • 非常感谢,这让我省了很多麻烦。
    猜你喜欢
    • 2011-06-02
    • 2018-05-06
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2015-03-02
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多