git remote: repository not found linux code example

Example 1: 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 2: repository not found

git remote set-url origin https://[email protected]/aceofwings/RotairERP.git
//your repository is probably private

Example 3: 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