An error occurred while installing rugged

后端 未结 6 1707
长发绾君心
长发绾君心 2021-02-01 12:07

Following this tutorial [link] to install gitlab on a dedicated server. I need to :

sudo -u git -H bundle install --deployment --without development test postgre         


        
6条回答
  •  故里飘歌
    2021-02-01 12:42

    Can fix this problem only that way:

    download from https://cmake.org/download/. Extract the downloaded tar file and then:

    cd $CMAKE_DOWNLOAD_PATH
    ./configure
    make
    make install
    

    And after this steps I could successfully run:

    gem install rugged -v '0.26.0'
    

提交回复
热议问题