状況
git commit し、git push しようとしたら突然以下のようなエラーが発生
fatal: 'origin' does not appear to be a git repository
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
git remote -v
を実行し、pushしたいURLも表示されていた。
対処方法
以下のコードを実行して解決した。
再度urlを登録という意味なのかな
git remote add origin https://github****
なんだったのだろうか・・・