RailsアプリをCapistranoで自動デプロイ出来るように実装しています。
手動でのデプロイには成功しています。(ローカルで編集、コミットプッシュ、EC2でgit pull、デプロイ)
ローカルで$bundle exec cap production deployを実行後のエラー文
terminal
1cap aborted! 2SSHKit::Runner::ExecuteError: Exception while executing as ec2-user@xxxxxxx: git exit status: 128 3git stdout: Nothing written 4git stderr: fatal: 'git@github.com xxxxxxxxxxxxxxxxxxx.git' does not appear to be a git repository 5fatal: Could not read from remote repository. 6 7Please make sure you have the correct access rights 8and the repository exists. 9 10Caused by: 11SSHKit::Command::Failed: git exit status: 128 12git stdout: Nothing written 13git stderr: fatal: 'git@github.com xxxxxxxxxxxxxxxxxxx.git' does not appear to be a git repository 14fatal: Could not read from remote repository. 15 16Please make sure you have the correct access rights 17and the repository exists. 18 19Tasks: TOP => deploy:check => git:check 20(See full trace by running task with --trace) 21The deploy has failed with an error: Exception while executing as ec2-user@xxxxxxx: git exit status: 128 22git stdout: Nothing written 23git stderr: fatal: 'git@github.com xxxxxxxxxxxxxxxxxxx.git' does not appear to be a git repository 24fatal: Could not read from remote repository. 25 26Please make sure you have the correct access rights 27and the repository exists.
gitのリモートリポジトリの読み込みに失敗しているなど、エラー文から読み取れるのですが、ネットで色々調べましたが解決方法が見つかっていません。
宜しくお願いします。
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。