【发布时间】: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>
【问题讨论】: