jenkins_exporter icon indicating copy to clipboard operation
jenkins_exporter copied to clipboard

git clone https://github.com/lovoo/jenkins_exporter.git

Open psychedel opened this issue 7 years ago • 1 comments

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

psychedel avatar Mar 28 '17 13:03 psychedel

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.

jwieringa avatar Mar 29 '17 15:03 jwieringa