前提・実現したいこと
SSH接続でリモートリポジトリにgit pushする
発生している問題・エラーメッセージ
git pushすると、
Host key verification failed.
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
とのエラーが出る。
該当のソースコード
Warning: PATH set to RVM ruby but GEM_HOME and/or GEM_PATH not set, see:
https://github.com/rvm/rvm/issues/3212
ec2-user:/environment $ cd attendance_app//environment/attendance_app (master) $ vi
ec2-user:/.ssh/config/environment/attendance_app (master) $ git push -u origin --all
ec2-user:
Bad owner or permissions on /home/ec2-user/.ssh/config
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
試したこと
$ git remote rm origin originの削除
$ git remote add origin git@bitbucket.org:ユーザー名/アプリ名.git
$ git push -u origin master
以下のサイトを参照してコマンド実行
https://qiita.com/GakuNaitou/items/81dbbd3ea6211af71648
補足情報(FW/ツールのバージョンなど)
ここにより詳細な情報を記載してください。
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2019/10/17 05:25
2019/10/17 05:36 編集
2019/10/17 05:42
2019/10/17 06:28
2019/10/17 06:32 編集