Skip to content
This repository was archived by the owner on Jan 4, 2023. It is now read-only.

Issue in doing bundle install #676

Description

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions