Skip to content

Instantly share code, notes, and snippets.

@jasonfma
Created January 27, 2015 19:19
Show Gist options
  • Save jasonfma/bc8d1ad81d5c4e0c171f to your computer and use it in GitHub Desktop.
Save jasonfma/bc8d1ad81d5c4e0c171f to your computer and use it in GitHub Desktop.
Started on Jan 27, 2015 11:14:29 AM
Using strategy: Default
[poll] Last Built Revision: Revision e36e5840d8547fea84d98b2940755be6aa2be2b1 (refs/remotes/origin/develop)
> /usr/bin/git --version # timeout=60
> /usr/bin/git -c core.askpass=true ls-remote -h git@github.com:hightail/spaces-mac.git develop # timeout=60
FATAL: hudson.plugins.git.GitException: Command "/usr/bin/git -c core.askpass=true ls-remote -h git@github.com:hightail/spaces-mac.git develop" returned status code 128:
stdout:
stderr: SecGenericPasswordCreate failed
Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
hudson.util.IOException2: hudson.plugins.git.GitException: Command "/usr/bin/git -c core.askpass=true ls-remote -h git@github.com:hightail/spaces-mac.git develop" returned status code 128:
stdout:
stderr: SecGenericPasswordCreate failed
Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
at hudson.plugins.git.GitSCM.compareRemoteRevisionWith(GitSCM.java:527)
at hudson.scm.SCM.compareRemoteRevisionWith(SCM.java:380)
at hudson.scm.SCM.poll(SCM.java:397)
at hudson.model.AbstractProject._poll(AbstractProject.java:1441)
at hudson.model.AbstractProject.poll(AbstractProject.java:1344)
at hudson.triggers.SCMTrigger$Runner.runPolling(SCMTrigger.java:515)
at hudson.triggers.SCMTrigger$Runner.run(SCMTrigger.java:544)
at hudson.util.SequentialExecutionQueue$QueueEntry.run(SequentialExecutionQueue.java:118)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: hudson.plugins.git.GitException: Command "/usr/bin/git -c core.askpass=true ls-remote -h git@github.com:hightail/spaces-mac.git develop" returned status code 128:
stdout:
stderr: SecGenericPasswordCreate failed
Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1457)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1245)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1143)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1134)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.getHeadRev(CliGitAPIImpl.java:2139)
at hudson.plugins.git.GitSCM.compareRemoteRevisionWithImpl(GitSCM.java:576)
at hudson.plugins.git.GitSCM.compareRemoteRevisionWith(GitSCM.java:525)
... 12 more
Done. Took 0.7 sec
No changes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment