Chris2011 / nb-git-branch-in-statusbar

Shows the current Git branch in the statusbar of NetBeans IDE
http://plugins.netbeans.org/plugin/51266/?show=true
Apache License 2.0
9 stars 4 forks source link

org.netbeans.libs.git.GitException: Git repository does not exist at #6

Closed markiewb closed 8 years ago

markiewb commented 8 years ago

https://netbeans.org/bugzilla/show_bug.cgi?id=262618

org.netbeans.libs.git.GitException: Git repository does not exist at /home/projects/sandbox/lab/htmlView/migViewSample
   at org.netbeans.libs.git.jgit.commands.GitCommand.prepareCommand(GitCommand.java:106)
   at org.netbeans.libs.git.jgit.commands.GitCommand.execute(GitCommand.java:73)
   at org.netbeans.libs.git.GitClient.getBranches(GitClient.java:675)
   at de.markiewb.netbeans.plugin.git.showbranch.GitUtils.getActiveBranch(GitUtils.java:44)
   at de.markiewb.netbeans.plugin.git.showbranch.Installer$2.run(Installer.java:61)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1443)