无法使 git 克隆正常工作

Cannot get git clone to work properly

我已按照此处的说明进行操作 Cannot push to git repository on bitbucket

当我 运行 ssh-add -l 收到正确的信息时,我已将我的 public ssh-key 添加到 bitbucket。

然而,每次我 运行 git 克隆我收到:

Permission denied (publickey). fatal: Could not read from remote repository.

有什么帮助吗?

我一问就明白了。我没有对我所在的导演的适当写权限。因此我不得不使用 sudo git.

sudo 未正确设置 ssh,我的帐户是。

在使用 chmodhere 的一些建议修复文件夹中的权限后,我能够让 git 工作