eidolon icon indicating copy to clipboard operation
eidolon copied to clipboard

Issue in doing bundle install

Open ghost opened this issue 7 years ago • 2 comments

Don't run Bundler as root. Bundler can ask for sudo if it is needed, and installing your bundle as root will break this application for

all non-root users on this machine.
The git source `git://github.com/igrigorik/em-websocket.git` uses the `git` protocol, which transmits data without encryption. Disable this warning with `bundle config git.allow_insecure true`, or switch to the `https` protocol to keep your data secure.
Fetching git://github.com/igrigorik/em-websocket.git
fatal: unable to connect to github.com:
github.com[0: 192.30.253.113]: errno=Connection refused
github.com[1: 192.30.253.112]: errno=Connection refused


Retrying `git clone 'git://github.com/igrigorik/em-websocket.git' "/usr/local/lib/ruby/gems/2.1.0/cache/bundler/git/em-websocket-14f9aa25f99f74ac2518bd6cace2da80a57377a5" --bare --no-hardlinks --quiet` due to error (2/4): Bundler::Source::Git::GitCommandError Git error: command `git clone 'git://github.com/igrigorik/em-websocket.git' "/usr/local/lib/ruby/gems/2.1.0/cache/bundler/git/em-websocket-14f9aa25f99f74ac2518bd6cace2da80a57377a5" --bare --no-hardlinks --quiet` in directory /root/Dashing/ankittest-new has failed.fatal: unable to connect to github.com:
github.com[0: 192.30.253.112]: errno=Connection refused
github.com[1: 192.30.253.113]: errno=Connection refused


Retrying `git clone 'git://github.com/igrigorik/em-websocket.git' "/usr/local/lib/ruby/gems/2.1.0/cache/bundler/git/em-websocket-14f9aa25f99f74ac2518bd6cace2da80a57377a5" --bare --no-hardlinks --quiet` due to error (3/4): Bundler::Source::Git::GitCommandError Git error: command `git clone 'git://github.com/igrigorik/em-websocket.git' "/usr/local/lib/ruby/gems/2.1.0/cache/bundler/git/em-websocket-14f9aa25f99f74ac2518bd6cace2da80a57377a5" --bare --no-hardlinks --quiet` in directory /root/Dashing/ankittest-new has failed.fatal: unable to connect to github.com:
github.com[0: 192.30.253.113]: errno=Connection refused
github.com[1: 192.30.253.112]: errno=Connection refused


Retrying `git clone 'git://github.com/igrigorik/em-websocket.git' "/usr/local/lib/ruby/gems/2.1.0/cache/bundler/git/em-websocket-14f9aa25f99f74ac2518bd6cace2da80a57377a5" --bare --no-hardlinks --quiet` due to error (4/4): Bundler::Source::Git::GitCommandError Git error: command `git clone 'git://github.com/igrigorik/em-websocket.git' "/usr/local/lib/ruby/gems/2.1.0/cache/bundler/git/em-websocket-14f9aa25f99f74ac2518bd6cace2da80a57377a5" --bare --no-hardlinks --quiet` in directory /root/Dashing/ankittest-new has failed.fatal: unable to connect to github.com:
github.com[0: 192.30.253.112]: errno=Connection refused
github.com[1: 192.30.253.113]: errno=Connection refused


Git error: command `git clone 'git://github.com/igrigorik/em-websocket.git'
"/usr/local/lib/ruby/gems/2.1.0/cache/bundler/git/em-websocket-14f9aa25f99f74ac2518bd6cace2da80a57377a5" --bare --no-hardlinks --quiet`
in directory /root/Dashing/ankittest-new has failed.

ghost avatar Sep 01 '17 08:09 ghost

in my dashing folder i am trying to connect to GitHub, this is probably causing the issue?

ghost avatar Sep 01 '17 08:09 ghost

I believe so – are you able to clone other repos from GitHub?

ashfurrow avatar Sep 05 '17 19:09 ashfurrow