davout / bitcoin-central

Bitcoin Central
https://bitcoin-central.net
Other
289 stars 167 forks source link

$ bundle error #99

Open JimSP opened 11 years ago

JimSP commented 11 years ago

c:\bitcoin-central>bundle Fetching git@github.com:rails/exception_notification.git Permission denied (publickey). fatal: Could not read from remote repository.

Please make sure you have the correct access rights and the repository exists. Git error: command git clone "git@github.com:rails/exception_notification.git" "C:/RailsInstaller/Ruby1.9.3/lib/ruby/gems/1.9.1/cache/bundler/git/exception_notification-c47f5645545d523ed92e80c76c070310029e5289" --bare --no-hardlinks in directory c:/bitcoin-central has failed.

andidev commented 11 years ago

I get the same error

andidev commented 11 years ago

You need to add your public ssh key to yout github account (see https://help.github.com/articles/which-remote-url-should-i-use) or you could use the https url to install exception_notification instead.

To change the git: url to a https: url change line 20 in Gemfile from

  :git => "git@github.com:rails/exception_notification.git",

to

  :git => "https://github.com/rails/exception_notification.git",