git提示权限不足,没有代码权限
- 前端笔记
- 2023-06-01
- 30 热度
- 0 评论
解决Please make sure you have the correct access rights and the repository exists 问题
问题:
pull 代码 没有权限了
请确保您具有正确的访问权限并且存储库存在
原因:
公钥出问题了,需要删除.ssh下文件,然后重设置用户名和邮箱再重新生成ssh公钥即可解决
解决:
cat ~/.gitconfig
git config --global user.name "name"
git config --global user.email "email"
ssh-keygen -t rsa -C "备注内容"
cat /root/.ssh/id_rsa.pub