Git push error: repository not found
Problem
1 minute ago, I can successfully git push my code to my github private repo. Next minute I tried to push another change, got this error:
1 | remote: Repository not found. |
Solution
1 | git remote rm origin |
Then try git status and git pushagain.