Git: fix 'repository not found' with reinstall the credential-manager

0 votes
125 views
added Apr 28, 2021 in Git by lcjr First Warrant Officer (11,850 points)
remote: Repository not found.
fatal: repository 'https://github.com/project.git/' not found


// Fix the following issue with the following commands
$ git credential-manager uninstall
$ git credential-manager install

 

lazacode.org - Malaysia's programming knowledge sharing platform, where everyone can share their finding as reference to others.
...