Git提交時提示「Please make sure you have the correct access rights and the repository exists.」的解決方法

1.首先打開Git Bash設置名字和郵箱: git config --global user.name "你的名字" git config --global user.email「你的郵箱" 2.刪除.SSH文件下的known_hosts(.SSH在C:\Users\Windows用戶名目錄下) 3.生成ssh公鑰認證所需的公鑰和私鑰文件 ssh-keygen -t rsa -C "你的名字/你
相關文章
相關標籤/搜索