Coder Social home page Coder Social logo

git-client-plugin's Introduction

Hi there ๐Ÿ‘‹

git-client-plugin's People

Contributors

alxsap avatar anadimisra avatar daspilker avatar dbroady1 avatar drvdijk avatar emanuelez avatar flaix avatar imod avatar jglick avatar kohsuke avatar lanfeust69 avatar lkraider avatar markewaite avatar mattmoor avatar mpherg avatar mshibuya avatar ndeloof avatar nwholloway avatar olivierdagenais avatar pphillips-techphob avatar rogerhu avatar stephenc avatar thirota avatar timothy-volvo avatar vlatombe avatar wannessels avatar

Watchers

 avatar

git-client-plugin's Issues

SCM polling failed, could not lock config file .git/config

  • CentOS 6.4 x86_64
  • Jenkins 1.544
  • git 1.8.5.2
  • Atlassian Stash v2.10
  • git-client-plugin 7e914a1
Started on 2013/12/25 9:34:52
Using strategy: Default
[poll] Last Built Revision: Revision 48cbcad0f987744f58895a41bc2ad4052da36d35 (origin/master)
using .gitcredentials to set credentials
Could not remove the credential section from the git configuration
FATAL: hudson.plugins.git.GitException: Command "git config --local credential.helper store --file="/tmp/git5660285639643862372.credentials"" returned status code 255:
stdout: 
stderr: error: could not lock config file .git/config: ??????????????????????

hudson.util.IOException2: hudson.plugins.git.GitException: Command "git config --local credential.helper store --file="/tmp/git5660285639643862372.credentials"" returned status code 255:
stdout: 
stderr: error: could not lock config file .git/config: ??????????????????????

    at hudson.plugins.git.GitSCM.compareRemoteRevisionWith(GitSCM.java:458)
    at hudson.scm.SCM._compareRemoteRevisionWith(SCM.java:356)
    at hudson.scm.SCM.poll(SCM.java:373)
    at hudson.model.AbstractProject._poll(AbstractProject.java:1584)
    at hudson.model.AbstractProject.poll(AbstractProject.java:1493)
    at hudson.triggers.SCMTrigger$Runner.runPolling(SCMTrigger.java:456)
    at hudson.triggers.SCMTrigger$Runner.run(SCMTrigger.java:485)
    at hudson.util.SequentialExecutionQueue$QueueEntry.run(SequentialExecutionQueue.java:118)
    at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
    at java.util.concurrent.FutureTask.run(FutureTask.java:262)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
    at java.lang.Thread.run(Thread.java:744)
Caused by: hudson.plugins.git.GitException: Command "git config --local credential.helper store --file="/tmp/git5660285639643862372.credentials"" returned status code 255:
stdout: 
stderr: error: could not lock config file .git/config: ??????????????????????

    at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1103)
    at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1080)
    at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:931)
    at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:981)
    at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:939)
    at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.getHeadRev(CliGitAPIImpl.java:1451)
    at hudson.plugins.git.GitSCM.compareRemoteRevisionWithImpl(GitSCM.java:488)
    at hudson.plugins.git.GitSCM.compareRemoteRevisionWith(GitSCM.java:456)
    ... 12 more
Done. Took 1 ็ง’
No changes

fatal: could not read Username for 'https://acme.com': No such device or address

  • CentOS 6.4 x86_64
  • Jenkins 1.544
  • git 1.8.5.2
  • Atlassian Stash v2.10
  • git-client-plugin 79c0e19
Fetching changes from the remote Git repository
Fetching upstream changes from https://acme.com/foo.git
using .gitcredentials to set credentials
FATAL: Failed to fetch from https://acme.com/foo.git
hudson.plugins.git.GitException: Failed to fetch from https://acme.com/foo.git
    at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:612)
    at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:836)
    at hudson.plugins.git.GitSCM.checkout(GitSCM.java:861)
    at hudson.model.AbstractProject.checkout(AbstractProject.java:1414)
    at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:652)
    at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:88)
    at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:561)
    at hudson.model.Run.execute(Run.java:1678)
    at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
    at hudson.model.ResourceController.execute(ResourceController.java:88)
    at hudson.model.Executor.run(Executor.java:231)
Caused by: hudson.plugins.git.GitException: Command "git fetch --tags --progress https://acme.com/foo.git +refs/heads/*:refs/remotes/origin/*" returned status code 128:
stdout: 
stderr: error: cannot run /bin/echo : No such file or directory
fatal: could not read Username for 'https://acme.com': No such device or address

    at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1103)
    at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:985)
    at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$200(CliGitAPIImpl.java:69)
    at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:218)
    at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.fetch(CliGitAPIImpl.java:224)
    at hudson.plugins.git.GitAPI.fetch(GitAPI.java:229)
    at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:610)
    ... 10 more

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.