Githubへのpushを行い、環境構築を行おうとしているのですが、途中でエラーが出て先へ進めません。
もし知見をお持ちの方がいらっしゃれば、どうかご教授いただければと思います。
具体的な流れは以下の通りです。
Git Bashにてコード入力(ここまでは不具合無し)
$ echo "# docker-laravel-handson" >> README.md $ git init $ git add README.md $ git commit -m "first commit" $ git branch -M main $ git remote add origin git@github.com:ucan-lab/docker-laravel-handson.git
不具合の出たコード(ERROR…以降がエラーメッセージ)
$ git push -u origin main Enter passphrase for key '/c/Users/watan/.ssh/id_rsa': ERROR: Permission to ucan-lab/docker-laravel-handson.git denied to technical-mory. fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists.
お手数ですが、解決法についてご教授いただければ幸いです。
前提となる作業環境は以下の通りです。
前提条件
・Windows 10 Home 64ビット
・Git Bash 2.35.1.2 64ビット用をインストール済み
・参考にしているQiita記事
→https://qiita.com/ucan-lab/items/56c9dc3cf2e6762672f4
・GithubへSSH接続設定済
※SSHキーは下記画像のような状態。2つ設定してあるのが影響しているかはよく分からないです。
回答2件
あなたの回答
tips
プレビュー