Error installing Bundler

后端 未结 13 948
感情败类
感情败类 2020-12-05 07:17

I am trying to install the Bundler gem on my Mac. With the command: sudo gem install bundler I get the following error:

ERROR:  Could not find a         


        
13条回答
  •  自闭症患者
    2020-12-05 07:25

    Below way solve my problem:

    1. In the home directory , find file .gemrc
    2. edit this file and find

      :sources: -https://rubygems.org/

    3. change https into http

    4. save the file and reopen the shell.

提交回复
热议问题