githubを勉強しだしたのですが、pushできないと言われました。コマンドは以下の通りです。
引用テキスト
git push --set-upstream origin master
以下がエラーです
引用テキスト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.
対処法が全く分かりません。どうすればこの状態に対処できるのでしょうか。当方はWindowsです。
追記:
以下のコマンド
λ git remote add origin git@github.com:~~~~
を実行したところ、表示されました。
origin git@github.com:~~~~(fetch)
origin git@github.com:~~~~(push)
ここでもう一度pushしてみましたが成功しませんでした。
以下はそのエラーです。
git@github.com: Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
回答1件
あなたの回答
tips
プレビュー