Страница 1 из 1

The following signatures were invalid: EXPKEYSIG 3F01618A51312F3F GitLab B.V. (package repository signing key)

Добавлено: 02 апр 2026, 23:35
Padonak
W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: https://packages.gitlab.com/gitlab/gitlab-ce/debian buster InRelease: The following signatures were invalid: EXPKEYSIG 3F01618A51312F3F GitLab B.V. (package repository signing key) <packages@gitlab.com>

То надо сделать вот так:
Необходимо добавить GPG-ключ командой:

Код: Выделить всё

curl -s https://packages.gitlab.com/gpg.key | apt-key add -
Скачиваем и выполняем скрипт для настройки GitLab CE репозитория:

Код: Выделить всё

curl -s https://packages.gitlab.com/install/repositories/gitlab/gitlab-ce/script.deb.sh | sudo bash
После этого обновляем пакеты:

Код: Выделить всё

 apt update && apt upgrade -y