且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

无法在Windows上运行软件包更新

更新时间:2022-10-20 14:25:47

Are you running a pre-release version of Bundler? This commit might be related to your problem; it looks like earlier versions of Bundler scan your %PATH% for "git", but not "git.exe".

The easiest solution would be to backport bundler to 1.3.5:

gem uninstall bundler
gem install bundler