Skip to main content



      Home
Home » Eclipse Projects » EGit / JGit » JGIT Pull NoHeadException
JGIT Pull NoHeadException [message #1077798] Fri, 02 August 2013 02:48
Eclipse UserFriend
When is try to execute the following method (uses JGIT library)

private void pullRepo() throws  IOException,GitAPIException, WrongRepositoryStateException, InvalidConfigurationException, DetachedHeadException, InvalidRemoteException, CanceledException, RefNotFoundException, NoHeadException{
            Git  git = new Git(localRepo);
            git.pull().call();
    }



I get the following runtime exception:

org.eclipse.jgit.api.errors.NoHeadException: Pull on repository without HEAD currently not supported
at org.eclipse.jgit.api.PullCommand.call(PullCommand.java:161)


Does someone know how to solve this? The localRepo I use is the same as I use for the cloneRepository method ,which works perfectly.

thanks, bgvv1983
Previous Topic:Does EGit use .git/info/exclude?
Next Topic:First time checkout of remote tracking branch
Goto Forum:
  


Current Time: Sun Nov 09 03:01:06 EST 2025

Powered by FUDForum. Page generated in 0.03923 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top