- 报错
- 解决
- shell
Permission denied (publickey). fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists.解决
- 这两个文件的权限必须是固定的
chmod 600 id_rsa chmod 644 id_rsa.pub

Permission denied (publickey). fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists.解决
chmod 600 id_rsa chmod 644 id_rsa.pub