ERROR: Repository not found. code example
Example 1: remote: Repository not found.
git remote rm origin
Example 2: Error: Repository not found
git remote add origin https://USERNAME:[email protected]/username/reponame.git
Example 3: repository not found
git remote set-url origin https://[email protected]/aceofwings/RotairERP.git
//your repository is probably private
Example 4: ERROR: Repository not found.
mkdir ~/.ssh/config
Host github.com
HostName github.com
IdentityFile ~/.ssh/id_rsa
Host github.com-example2
HostName github.com
IdentityFile ~/.ssh/id_rsa_example2
git clone [email protected]:User/Repo.git
git clone [email protected]:User/Repo.git
Example 5: remote: Repository not found. fatal: repository 'https://github.com/Zoetis-Hybris/ZoetisGCP.git/' not found
conflict with local github network , so had to remove the local github network and was able to pull remote successful