remote: Repository not found. fatal: repository 'https://github.com/USERNAME/REPO.git/' 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