原文: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