###実現したいこと、前提
AWSのcloud9で Laravelでアプリを作成しており、GitHubにpushしたいです。
###発生している問題
pushしようとすると、エラーが発生します。
###該当のソースコード
$ git push -u origin master Permission denied (publickey). fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists.
###補足
今回、GitHubにて新しいリポジトリを作成しました。SSH keyは前回別のリポジトリを作成した時に作ったのですが、
新しいリポジトリを作成した場合、毎回SSH keyを作る必要があるのでしょうか?
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2021/06/05 10:46