-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Breaks in git worktree #117
Comments
So, the root cause of this seems to be a bug in JGit with an unmerged “PR”. Which is used by sbt/sbt-git, which is used by sbt/sbt-ghpages, which is used here. |
@sellout Would using ConsoleGit instead of JGit help as a workaround for this issue? https://github.com/sbt/sbt-git/blob/5c72a29953c529b29f39e1d0e771406a4c05390f/src/main/scala/com/typesafe/sbt/SbtGit.scala#L112 |
@raulraja Maaaaaaaybe … I’m not sure if I’m setting that correctly. I tried SbtGit.GitKeys.gitRunner := sbtgit.ConsoleGitRunner both at the top level of my build.sbt, and also in my |
@juanpedromoreno any ideas? Maybe one of those |
Nop, no idea why it's not possible to override that sbt config :( . I'd need more time to look at this issue, and a way to reproduce it. |
If I try to load the sbt-microsites plugin on a git worktree in a different dir than my original clone, I get an error like
The text was updated successfully, but these errors were encountered: