An error occurred while installing rugged

后端 未结 6 1706
长发绾君心
长发绾君心 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条回答
  •  猫巷女王i
    2021-02-01 12:55

    For me, gem was complaining about pkg-config missing dependence, so I did:

    sudo apt-get install pkg-config
    

    and then

    sudo gem install rugged -v '0.22.2'
    

    after that, I revert to my older version of gitlab and re-run the script for the upgrade.

    My older version of gitlab was 6.9.2 and the upgraded version 8.0.5

提交回复
热议问题