git 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
git remote rm origin
git remote add origin https://USERNAME:[email protected]/username/reponame.git