前提・実現したいこと
gitでプッシュをしようとしているのですが、できません。
この方の方法を参考にgithubでsshキーの設定も行ったのですがうまく行かず、
解決に至っていません。
https://qiita.com/GakuNaitou/items/81dbbd3ea6211af71648
発生している問題・エラーメッセージ
git
1user@DESKTOP-FE59I56 MINGW64 ~/desktop/muscle (master) 2$ git push -u origin --all 3fatal: 'origin' does not appear to be a git repository 4fatal: Could not read from remote repository. 5 6Please make sure you have the correct access rights 7and the repository exists. 8
試したこと
下記のコマンドを試したところ、以下の結果が出ました。
git
1user@DESKTOP-FE59I56 MINGW64 ~/desktop/muscle (master) 2$ git remote -v 3origin https://github.com/Yamaguchiichiban/muscle.git (fetch) 4origin https://github.com/Yamaguchiichiban/muscle.git (push) 5
回答2件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。