fatal: 'origin' does not appear to be a git repository
git push
したら出てきた
git remote
の設定をミスっているとこうなるみたい
https://stackoverflow.com/questions/32238616/git-push-fatal-origin-does-not-appear-to-be-a-git-repository-fatal-could-n
https://qiita.com/ktakita1011/items/3c16f0e0f7f3763c23d3
今回は単に
origin
を
orign
とtypoしただけだった
#2023-01-23
11:32:51