Guest User

Untitled

a guest
Dec 17th, 2017
359
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.01 KB | None | 0 0
  1. [Pipeline] {
  2. [Pipeline] git
  3. Cloning the remote Git repository
  4. Cloning repository git@github.com:directangular/testrepo.git
  5. > git init /home/jenkins/workspace/unicorn-to-gitops_develop-56B3NODHE6IW53ESCRWKYZ6B4GRZ5ARDAKEZNGPEW6GUDVW4KDNA/gitops-unicorn # timeout=10
  6. Fetching upstream changes from git@github.com:directangular/testrepo.git
  7. > git --version # timeout=10
  8. using GIT_ASKPASS to set credentials Direcbot
  9. > git fetch --tags --progress git@github.com:directangular/testrepo.git +refs/heads/*:refs/remotes/origin/*
  10. ERROR: Error cloning remote repo 'origin'
  11. hudson.plugins.git.GitException: Command "git fetch --tags --progress git@github.com:directangular/testrepo.git +refs/heads/*:refs/remotes/origin/*" returned status code 128:
  12. stdout:
  13. stderr: Failed to add the RSA host key for IP address '192.30.255.113' to the list of known hosts (/home/jenkins/.ssh/known_hosts).
  14. Permission denied (publickey).
  15. fatal: Could not read from remote repository.
  16.  
  17. Please make sure you have the correct access rights
  18. and the repository exists.
Add Comment
Please, Sign In to add comment