原文:Git出错:“Please make sure you have the correct access rights and the repository exists.”

此问题是需要重置ssh密钥 解决步骤如下: 重置用户名和邮箱: 打开Git Bash 进入Git命令,输入以下命令 git config global user.name 你的用户名随便写 git config global user.email 你的邮箱 删除known hosts文件: 打开C盘用户下的.ssh文件夹,地址是C: Users Administrator .ssh,删除known ...

2021-08-11 21:38 0 860 推荐指数:

查看详情

 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM