Ruby on Rails - linecache error while trying to ' bundle install '

前端 未结 3 1419
面向向阳花
面向向阳花 2021-02-04 00:01

Hi I\'m trying to run bundle install on my windows machine it runs fine until it reaches the linecache and then spits out a huge error:

Fetching         


        
3条回答
  •  青春惊慌失措
    2021-02-04 00:49

    "debugger" gems has worked more flawless for me lately. I switched from ruby-debug19 to debugger which installs the dependencies without any hassle.

提交回复
热议问题