Я уже добавил ключи к gitlab-ci
$ cd /home/pi/dashboard $ git fetch Host key verification failed. fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists.```
Вы можете попробовать сначала выполнить сканирование вашего сервера gitlab-ci
ssh-keygen -R domain.com ssh-keyscan -t rsa domain.com >> ~/.ssh/known_hosts
(ЗАМЕНИТЕ 'domain.com' вашим сервером gitlab-ci)
domain.com
Затем попробуйте снова git fetch.
git fetch