如題,按照網(wǎng)上的配置SSHkey (不知道的可以百度搜索MAC Git SSH 配置)后,使用sourcetree 仍然出現(xiàn)如下問題:
git@github.com: Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
git@github.com: Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
git@github.com: Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
git@github.com: Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
最后總結(jié)一下,常規(guī)配置完成后一定要執(zhí)行 ssh-add id_rsa,然后重新再試一下,妥了,下面附上完整配置SSH key流程