git pull的時候遇到下面的報錯。
remote: Repository not found fatal: repository 'https://github.com/MyRepo/project.git/' not found
解決辦法如下,然后再執行git pull就會讓你輸入賬號密碼。就可以正常使用啦。
$ git credential-manager uninstall $ git credential-manager install
git pull的時候遇到下面的報錯。
remote: Repository not found fatal: repository 'https://github.com/MyRepo/project.git/' not found
解決辦法如下,然后再執行git pull就會讓你輸入賬號密碼。就可以正常使用啦。
$ git credential-manager uninstall $ git credential-manager install
本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。