[git]git pushエラーが発生しました

613 ワード

fatal: 'orgin' 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 push中
対応するエラーメッセージが表示されました.
git remote-vでremoteが正常に接続されているかどうかを確認します.
git remote -v
sshアドレスを次のhttpsアドレスに変更
git remote set-url origin https://github.com/qkwn44/algorithm git push -u origin master
git push origin master
そして押すと、再び正常に動作します!