remote repository not found. fatal repository not found code example

Example 1: remote: Repository not found.

git remote rm origin

Example 2: remote: Repository not found. fatal: repository 'https://github.com/samuraiED87/carrinho_livewire_exemplo.git/' not found

$ git credential-manager uninstall

$ git credential-manager install

Example 3: Error: Repository not found

git remote add origin  https://USERNAME:PASSWORD@github.com/username/reponame.git

Example 4: ERROR: Repository not found. fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists.

This could happen if you have a reposotory that you deleted in your 
gitserver/provider so change the origin to a one that exists and the push

Example 5: remote: Repository not found. fatal: repository 'https://github.com/samuraiED87/carrinho_livewire_exemplo.git/' not found

git add .
git commit -m "force push"
git push origin master --force