所以我只是设置了一个 Amazon EC2 实例。并安装了 git..
sudo yum install git
然后我用 github 设置了我的 ssh 密钥。现在,当我尝试将我的 repo 克隆到 /var/www/html 文件夹中时,我收到了这个错误。
fatal: could not create work tree dir 'example.com'.: Permission denied
当我以root身份运行时...
Cloning into 'example.com'...
Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
但我确保我的 github 公钥与我的 ~/.ssh/id_rsa.pub 密钥匹配。有什么我在这里想念的吗?