树莓派 Gitlab问题整理
Posted 技术小黑屋
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了树莓派 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
- https://gitlab.com/gitlab-org/omnibus-gitlab/issues/2767#note_54628738
- https://askubuntu.com/questions/868064/e-the-package-ubuntu-mono-needs-to-be-reinstalled-but-i-cant-find-an-archive/868227#868227
以上是关于树莓派 Gitlab问题整理的主要内容,如果未能解决你的问题,请参考以下文章