樹莓派 Gitlab問題整理

E: Unable to locate package gitlab-ce

  • 不要使用sudo curl -sS https://packages.gitlab.com/install/repositories/gitlab/raspberry-pi2/script.deb.sh | sudo bash
  • 替換使用這個sudo curl -sS https://packages.gitlab.com/install/repositories/gitlab/raspberry-pi2/script.deb.sh | sudo os=raspbian dist=jessie bash
  • 然後執行sudo apt install gitlab-ce

E: The package gitlab-ce needs to be reinstalled, but I can’t find an archive for it.

  • 執行sudo dpkg --remove --force-all gitlab-ce

References

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章