You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, whilst trying to run a rake install I'm having the error below,
~/codesake-dawn# rake install
rake aborted!
ERROR: While executing gem ... (Errno::ENOENT)
No such file or directory - /root/.ssh/paolo_at_codesake_dot_com-private_key.pem
/usr/local/rvm/gems/ruby-1.9.2-p320@global/gems/bundler-1.1.3/lib/bundler/gem_helper.rb:134:in sh' /usr/local/rvm/gems/ruby-1.9.2-p320@global/gems/bundler-1.1.3/lib/bundler/gem_helper.rb:44:inbuild_gem'
/usr/local/rvm/gems/ruby-1.9.2-p320@global/gems/bundler-1.1.3/lib/bundler/gem_helper.rb:54:in install_gem' /usr/local/rvm/gems/ruby-1.9.2-p320@global/gems/bundler-1.1.3/lib/bundler/gem_helper.rb:33:inblock in install'
Tasks: TOP => install
(See full trace by running task with --trace)
The key is defined at codesake-dawn.gemspec
gem.cert_chain = ['certs/paolo_at_codesake_dot_com.pem']
gem.signing_key = File.expand_path("/.ssh/paolo_at_codesake_dot_com-private_key.pem") if $0 = /gem\z/
The text was updated successfully, but these errors were encountered:
Hi, whilst trying to run a rake install I'm having the error below,
~/codesake-dawn# rake install
rake aborted!
ERROR: While executing gem ... (Errno::ENOENT)
No such file or directory - /root/.ssh/paolo_at_codesake_dot_com-private_key.pem
/usr/local/rvm/gems/ruby-1.9.2-p320@global/gems/bundler-1.1.3/lib/bundler/gem_helper.rb:134:in
sh' /usr/local/rvm/gems/ruby-1.9.2-p320@global/gems/bundler-1.1.3/lib/bundler/gem_helper.rb:44:in
build_gem'/usr/local/rvm/gems/ruby-1.9.2-p320@global/gems/bundler-1.1.3/lib/bundler/gem_helper.rb:54:in
install_gem' /usr/local/rvm/gems/ruby-1.9.2-p320@global/gems/bundler-1.1.3/lib/bundler/gem_helper.rb:33:in
block in install'Tasks: TOP => install
(See full trace by running task with --trace)
The key is defined at codesake-dawn.gemspec
gem.cert_chain = ['certs/paolo_at_codesake_dot_com.pem']
gem.signing_key = File.expand_path("
/.ssh/paolo_at_codesake_dot_com-private_key.pem") if $0 =/gem\z/The text was updated successfully, but these errors were encountered: