nickfloyd / newrelic-perfmon-plugin

The Perfmon Plugin for the New Relic Plugins - https://newrelic.com/plugins
MIT License
11 stars 22 forks source link

bundle install #3

Closed pdxnam closed 11 years ago

pdxnam commented 11 years ago

Getting this error when trying to run 'bundle install'. Am I missing something?

Fetching gem metadata from http://rubygems.org/......... Fetching gem metadata from http://rubygems.org/.. Fetching git@github.com:newrelic-platform/newrelic_plugin.git Unfortunately, a fatal error has occurred. Please see the Bundler troubleshooting documentation at http://bit.ly/bundler-issues. Thanks! C:/Ruby193/lib/ruby/gems/1.9.1/gems/bundler-1.3.5/lib/bundler/source/git/git_pro xy.rb:88:in `': No such file or directory - git clone "git@github.com:newrelic- platform/newrelic_plugin.git" "C:/Ruby193/lib/ruby/gems/1.9.1/cache/bundler/git/ newrelic_plugin-ee26a2accbf47c00562443b80ad79aaa92b63420" --bare --no-hardlinks (Errno::ENOENT) from C:/Ruby193/lib/ruby/gems/1.9.1/gems/bundler-1.3.5/lib/bundler/sourc e/git/git_proxy.rb:88:ingit'

sschwartzman commented 11 years ago

The Gemfile needed to be updated to reflect the new location for the newrelic_plugin gem. Can you please pull down that file, try the bundle install again, and then let me know if that worked?

sschwartzman commented 11 years ago

Updated Gemfile.lock as well, so please pull that too.

pdxnam commented 11 years ago

Fixed!!! Thanks!!!!