git private 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: cloning a repository that says not found

git credential-osxkeychain erase
host=github.com
protocol=https

Example 5: git github private fatal repository not found

git remote set-url origin https://[email protected]/aceofwings/RotairERP.git