从git://github.com/pengwynn/linkedin.git安装linkedin时如何解决git错误?

SAR*_*SAR 5 git ruby-on-rails linkedin

我在ROR中使用bundle install时遇到此错误.

获取git://github.com/pengwynn/linkedin.git致命:无法查找github.com(端口9418)(没有这样的主机已知.)Git错误: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目录C中的命令:/ linkedin/linke dinfrongit失败.

我正在使用Windows.

Mic*_*ild 5

您是否在阻止端口9418上的连接的防火墙后面?也许你可以试试http协议?

git clone https://github.com/pengwynn/linkedin.git
Run Code Online (Sandbox Code Playgroud)