リモートリポジトリのコピーへのpush ができません
リモートリポジトリへ現状のpush をしようとしたのですが
エラーが発生し、できていない様子。。
発生している問題・エラー
$ git push -u origin main
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
[ユーザー名]@github.com: Permission denied (publickey).
または、問題・エラーが起きている画像をここにドラッグアンドドロップ
該当するソースコード
Git bush
git push -u origin main
自分で試したこと
・秘密鍵、公開鍵の再発行
・Git Hub上でURLがsshに切り替わっているかの確認
・git init でのローカルリポジトリの登録
※もしかしてローカルリポジトリのコピーができていない…?
0