按照这里的指示操作:https://github.com/terraform-providers/terraform-provider-aws在“构建提供者”下,我得到一个授权错误。
git clone --depth=1 git@github.com:terraform-providers/terraform-provider-aws
Cloning into 'terraform-provider-aws'...
Permission denied (publickey).
fatal: Could not read from remote repository.>
Please make sure you have the correct access rights
and the repository exists.有什么建议吗?
发布于 2017-09-20 00:12:39
您的问题不在于Terraform提供者的授权,而在于Git使用SSH访问github (如前所述)。您可能想尝试使用HTTP进行下载,从github门户网站,您可以从“克隆或下载”按钮中选择SSH或HTTP下载命令。
https://stackoverflow.com/questions/46269606
复制相似问题