http://stackoverflow.com/questions/21267270/jenkins-git-plugin-and-reference-repos
I have a bare repo on the same host as the agent, and I get errors like these: Error: object directory <path-to-reference-repo>/.git/objects does not exist; check .git/objects/info/alternates the funny thing is that that .git/objects/info/alternates points to the correct path to the reference repo's object dir. Somehow the git plugin is simply assuming that the reference repo is a non-bare repo. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
