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

Issue in doing bundle install #676

Open
ghost opened this issue Sep 1, 2017 · 2 comments
Open

Issue in doing bundle install #676

ghost opened this issue Sep 1, 2017 · 2 comments

Comments

@ghost
Copy link

ghost commented Sep 1, 2017

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
Copy link
Author

ghost commented Sep 1, 2017

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

@ashfurrow
Copy link
Contributor

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant