i get this error while using bundle install in ROR.
Fetching git://github.com/pengwynn/linkedin.git
fatal: Unable to look up github.com (port 9418) (No such host is known. )
Git error: command git clone "git://github.com/pengwynn/linkedin.git" "C:/RailsInstaller/Ruby1.8.7/lib/ruby/gems/1.8/ca
che/bundler/git/linkedin-3e3919d62b37a1f8879ade6b51b3eeb032fc8973" --bare --no-hardlinks
in directory C:/linkedin/linke
dinfrongit has failed.
I am using windows.
Are you behind a firewall blocking connections on port 9418? Perhaps you can give it a try with the http protocol?
git clone https://github.com/pengwynn/linkedin.git
Set proxy using git config command in the command prompt with
the following two commands:
git config --global http.proxy http://username:password@host:port
git config --global https.proxy http://username:password@host:port
In command like:
git clone git://github.com/saasbook/hw2_rottenpotatoes.git
Replace replace git:// with https://.
git clone https://github.com/saasbook/hw2_rottenpotatoes.git
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With