我刚刚运行bundle update
并收到以下错误 - 我不知道这是什么。
c:\San\ruby>bundle update
Updating git://github.com/odorcicd/authlogic.git
github.com[0: 207.97.227.239]: errno=No error
fatal: unable to connect a socket (No error)
An error has occurred in git when running git fetch --force --quiet --tags "git
://github.com/odorcicd/authlogic.git" refs/heads/*:refs/heads/*. Cannot complete bundling.
我的所有宝石都是最新的(gem update --system
)并已安装(bundle install
)。我刚刚从Rails 3.0.0升级到3.0.1,这需要Activesupport,Activemodel等的一些其他更新,也需要3.0.1。你知道上面的错误可能是什么原因吗?
答案 0 :(得分:2)
乍一看,这看起来像连接到github的网络错误。尝试通过命令行克隆repo并查看是否可以访问它。代理或防火墙可能会导致此问题。
git clone git://github.com/odorcicd/authlogic.git
或者您可以尝试使用http网址:
http://github.com/odorcicd/authlogic.git