Skip to content

Instantly share code, notes, and snippets.

@cmoulliard
Created July 12, 2013 12:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cmoulliard/143303ad53886bd49138 to your computer and use it in GitHub Desktop.
Save cmoulliard/143303ad53886bd49138 to your computer and use it in GitHub Desktop.
9946 [MavenIndexerFacade startup timer] INFO io.hawt.maven.indexer.AsyncMavenIndexerFacadeFactory - Completed creating the MavenIndexerFacade
10699 [Timer-0] ERROR io.hawt.git.GitFacade - Failed to pull from the remote git repo with credentials null. Reason: org.eclipse.jgit.api.errors.RefNotFoundException: Ref HEAD can not be resolved
org.eclipse.jgit.api.errors.RefNotFoundException: Ref HEAD can not be resolved
at org.eclipse.jgit.api.RebaseCommand.initFilesAndRewind(RebaseCommand.java:601)
at org.eclipse.jgit.api.RebaseCommand.call(RebaseCommand.java:234)
at org.eclipse.jgit.api.PullCommand.call(PullCommand.java:296)
at io.hawt.git.GitFacade.doPull(GitFacade.java:692)
at io.hawt.git.GitFacade.gitOperation(GitFacade.java:743)
at io.hawt.git.GitFacade$2.run(GitFacade.java:108)
at java.util.TimerThread.mainLoop(Timer.java:512)
at java.util.TimerThread.run(Timer.java:462)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment