jenkins_exporter
jenkins_exporter copied to clipboard
git clone https://github.com/lovoo/jenkins_exporter.git
git clone [email protected]:lovoo/jenkins_exporter.git Results in: Cloning into 'jenkins_exporter'... Permission denied (publickey). fatal: Could not read from remote repository.
Please make sure you have the correct access rights and the repository exists.
Works default: git clone https://github.com/lovoo/jenkins_exporter.git
Hi @OrionBytes, the error message indicates that there is a connectivity issue when using SSH. This is most likely the case because HTTPS is working.
I'd recommend checking out Github's SSH docs.