簡體   English   中英

Capistrano:SSHKit :: Command :: Failed:捆綁包退出狀態:1

[英]Capistrano: SSHKit::Command::Failed: bundle exit status: 1

我將capistrano 3.2.1與Rails 4.1應用程序一起使用。 我正在嘗試從我的github存儲庫安裝gem。 但這是行不通的。 我不知道發生了什么事。 當我在服務器上運行ssh -T git@github.com ,它成功了。 但是,當我運行cap production deploy ,會出現以下錯誤。

[aff68e9c] Finished in 9.435 seconds with exit status 0 (successful).
 INFO [45eeecaf] Running /usr/local/rvm/bin/rvm 2.0.0-p451@rails-4.1 do bundle install --binstubs /opt/www/moto/shared/bin --path /opt/www/moto/shared/bundle --without development test --deployment --quiet on 107.170.74.157
DEBUG [45eeecaf] Command: cd /opt/www/moto/releases/20140429073253 && /usr/local/rvm/bin/rvm 2.0.0-p451@rails-4.1 do bundle install --binstubs /opt/www/moto/shared/bin --path /opt/www/moto/shared/bundle --without development test --deployment --quiet
DEBUG [45eeecaf]    Warning, new version of rvm available '1.25.24', you are using older version '1.25.22'.
DEBUG [45eeecaf]    You can disable this warning with:    echo rvm_autoupdate_flag=0 >> ~/.rvmrc
DEBUG [45eeecaf]    You can enable  auto-update  with:    echo rvm_autoupdate_flag=2 >> ~/.rvmrc
DEBUG [45eeecaf]    You can enable  auto-update  with:    echo rvm_autoupdate_flag=2 >> ~/.rvmrc
DEBUG [45eeecaf]    Host key verification failed.
DEBUG [45eeecaf]    You can enable  auto-update  with:    echo rvm_autoupdate_flag=2 >> ~/.rvmrc
DEBUG [45eeecaf]    fatal: Could not read from remote repository.
DEBUG [45eeecaf]    
DEBUG [45eeecaf]    Please make sure you have the correct access rights
DEBUG [45eeecaf]    and the repository exists.
DEBUG [45eeecaf]    Retrying git clone 'git@github.com:sdfsd/mongoid_auto_increment.git' "/opt/www/moto/shared/bundle/ruby/2.0.0/cache/bundler/git/mongoid_auto_increment-be1b78474ac71203d9549e08e5b3158473ff391d" --bare --no-hardlinks --quiet due to error (2/3): Bundler::Source::Git::GitCommandError Git error: command `git clone 'git@github.ssdfsdf/mongoid_auto_increment.git' "/opt/www/moto/shared/bundle/ruby/2.0.0/cache/bundler/git/mongoid_auto_increment-be1b78474ac71203d9549e08e5b3158473ff391d" --bare --no-hardlinks --quiet` in directory /opt/www/moto/releases/20140429073253 has failed.
DEBUG [45eeecaf]    fatal: Could not read from remote repository.
DEBUG [45eeecaf]    
DEBUG [45eeecaf]    Please make sure you have the correct access rights
DEBUG [45eeecaf]    and the repository exists.
DEBUG [45eeecaf]    Retrying git clone 'git@github.sfafsd/mongoid_auto_increment.git' "/opt/www/moto/shared/bundle/ruby/2.0.0/cache/bundler/git/mongoid_auto_increment-be1b78474ac71203d9549e08e5b3158473ff391d" --bare --no-hardlinks --quiet due to error (2/3): Bundler::Source::Git::GitCommandError Git error: command `git clone 'git@github.sdfsafa/mongoid_auto_increment.git' "/opt/www/moto/shared/bundle/ruby/2.0.0/cache/bundler/git/mongoid_auto_increment-be1b78474ac71203d9549e08e5b3158473ff391d" --bare --no-hardlinks --quiet` in directory /opt/www/moto/releases/20140429073253 has failed.
DEBUG [45eeecaf]    Host key verification failed.
DEBUG [45eeecaf]    Retrying git clone 'git@github.sfsafas/mongoid_auto_increment.git' "/opt/www/moto/shared/bundle/ruby/2.0.0/cache/bundler/git/mongoid_auto_increment-be1b78474ac71203d9549e08e5b3158473ff391d" --bare --no-hardlinks --quiet due to error (2/3): Bundler::Source::Git::GitCommandError Git error: command `git clone 'git@github.sdfsafs/mongoid_auto_increment.git' "/opt/www/moto/shared/bundle/ruby/2.0.0/cache/bundler/git/mongoid_auto_increment-be1b78474ac71203d9549e08e5b3158473ff391d" --bare --no-hardlinks --quiet` in directory /opt/www/moto/releases/20140429073253 has failed.
DEBUG [45eeecaf]    fatal: Could not read from remote repository.
DEBUG [45eeecaf]    
DEBUG [45eeecaf]    Please make sure you have the correct access rights
DEBUG [45eeecaf]    and the repository exists.
DEBUG [45eeecaf]    Retrying git clone 'git@github.sdfsa/mongoid_auto_increment.git' "/opt/www/moto/shared/bundle/ruby/2.0.0/cache/bundler/git/mongoid_auto_increment-be1b78474ac71203d9549e08e5b3158473ff391d" --bare --no-hardlinks --quiet due to error (3/3): Bundler::Source::Git::GitCommandError Git error: command `git clone 'git@github.sfsadfs/mongoid_auto_increment.git' "/opt/www/moto/shared/bundle/ruby/2.0.0/cache/bundler/git/mongoid_auto_increment-be1b78474ac71203d9549e08e5b3158473ff391d" --bare --no-hardlinks --quiet` in directory /opt/www/moto/releases/20140429073253 has failed.
DEBUG [45eeecaf]    fatal: Could not read from remote repository.
DEBUG [45eeecaf]    
DEBUG [45eeecaf]    Please make sure you have the correct access rights
DEBUG [45eeecaf]    and the repository exists.
DEBUG [45eeecaf]    Retrying git clone 'git@github.sdfsfsa/mongoid_auto_increment.git' "/opt/www/moto/shared/bundle/ruby/2.0.0/cache/bundler/git/mongoid_auto_increment-be1b78474ac71203d9549e08e5b3158473ff391d" --bare --no-hardlinks --quiet due to error (3/3): Bundler::Source::Git::GitCommandError Git error: command `git clone 'git@github.sfdsaf/mongoid_auto_increment.git' "/opt/www/moto/shared/bundle/ruby/2.0.0/cache/bundler/git/mongoid_auto_increment-be1b78474ac71203d9549e08e5b3158473ff391d" --bare --no-hardlinks --quiet` in directory /opt/www/moto/releases/20140429073253 has failed.
DEBUG [45eeecaf]    Host key verification failed.
DEBUG [45eeecaf]    Retrying git clone 'git@github.dsffsd/mongoid_auto_increment.git' "/opt/www/moto/shared/bundle/ruby/2.0.0/cache/bundler/git/mongoid_auto_increment-be1b78474ac71203d9549e08e5b3158473ff391d" --bare --no-hardlinks --quiet due to error (3/3): Bundler::Source::Git::GitCommandError Git error: command `git clone 'git@github.sdfsfs/mongoid_auto_increment.git' "/opt/www/moto/shared/bundle/ruby/2.0.0/cache/bundler/git/mongoid_auto_increment-be1b78474ac71203d9549e08e5b3158473ff391d" --bare --no-hardlinks --quiet` in directory /opt/www/moto/releases/20140429073253 has failed.
DEBUG [45eeecaf]    fatal: Could not read from remote repository.
DEBUG [45eeecaf]    
DEBUG [45eeecaf]    Please make sure you have the correct access rights
DEBUG [45eeecaf]    and the repository exists.
DEBUG [45eeecaf]    Git error: command `git clone
DEBUG [45eeecaf]    'git@github.sdfdsfs/mongoid_auto_increment.git'
DEBUG [45eeecaf]    "/opt/www/moto/shared/bundle/ruby/2.0.0/cache/bundler/git/mongoid_auto_increment-be1b78474ac71203d9549e08e5b3158473ff391d"
DEBUG [45eeecaf]    --bare --no-hardlinks --quiet` in directory
DEBUG [45eeecaf]    /opt/www/moto/releases/20140429073253 has failed.
DEBUG [45eeecaf]    fatal: Could not read from remote repository.
DEBUG [45eeecaf]    
DEBUG [45eeecaf]    Please make sure you have the correct access rights
DEBUG [45eeecaf]    and the repository exists.
cap aborted!
SSHKit::Command::Failed: bundle exit status: 11
bundle stdout: Nothing written
bundle stderr: Host key verification failed.
fatal: Could not read from remote repository.

任何想法? 如果您需要更多信息,請告訴我。

更改

git@github.com:zolzaya/mongoid_auto_increment.git

git://github.com/zolzaya/mongoid_auto_increment.git

這應該工作。

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM