github Repository not found a solution

git pull when it came to the following error.

remote: Repository not found
fatal: repository 'https://github.com/MyRepo/project.git/' not found

Solution is as follows, and then execute git pull will let you enter the account password. You can normally use it.

$ git credential-manager uninstall

$ git credential-manager install

 

Guess you like

Origin www.cnblogs.com/zqyw/p/10988018.html