天天看點

解決Please make sure you have the correct access rights and the repository exists 問題.原因:解決:

文章目錄

  • 原因:
  • 解決:
Please make sure you have the correct access rights and the repository exists

請確定您具有正确的通路權限并且存儲庫存在

解決Please make sure you have the correct access rights and the repository exists 問題.原因:解決:

原因:

公鑰出問題了,需要删除.ssh下檔案,然後重設定使用者名和郵箱再重新生成ssh公鑰即可解決

解決:

步驟一:删除.ssh下所有所有檔案

解決Please make sure you have the correct access rights and the repository exists 問題.原因:解決:

步驟二:

解決Please make sure you have the correct access rights and the repository exists 問題.原因:解決:

1.設定使用者名

git config --global user.name ‘zhandehuang’

2.設定使用者名郵箱

git config --global user.email ‘[email protected]’

3.檢視設定

git config --list

解決Please make sure you have the correct access rights and the repository exists 問題.原因:解決:

然後繼續輸入指令:修改後面的郵箱即可

ssh-keygen -t rsa -C “[email protected]”
解決Please make sure you have the correct access rights and the repository exists 問題.原因:解決:

配置:github

解決Please make sure you have the correct access rights and the repository exists 問題.原因:解決:

配置SSH

解決Please make sure you have the correct access rights and the repository exists 問題.原因:解決:

完成

解決Please make sure you have the correct access rights and the repository exists 問題.原因:解決:

然後再重新去試試送出,問題也就迎刃而解了~~