You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "David Mann (Jira)" <ji...@apache.org> on 2020/07/23 08:31:00 UTC

[jira] [Updated] (NETBEANS-2659) org.eclipse.jgit.api.errors.InvalidRefNameException: Branch name is not allowed

     [ https://issues.apache.org/jira/browse/NETBEANS-2659?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David Mann updated NETBEANS-2659:
---------------------------------
    Attachment: Checkout as new branch bug.png

> org.eclipse.jgit.api.errors.InvalidRefNameException: Branch name  is not allowed
> --------------------------------------------------------------------------------
>
>                 Key: NETBEANS-2659
>                 URL: https://issues.apache.org/jira/browse/NETBEANS-2659
>             Project: NetBeans
>          Issue Type: Bug
>          Components: versioncontrol - Git
>    Affects Versions: 11.0
>         Environment: debian / java 8/9
>            Reporter: Vítězslav Dvořák
>            Priority: Minor
>         Attachments: Checkout as new branch bug.png, image-2019-06-11-06-52-07-989.png
>
>
> On first attempt
> Git -> Branch/Tag -> switch to branch
> !image-2019-06-11-06-52-07-989.png!
> {noformat}
> INFO [org.netbeans.modules.git]: org.eclipse.jgit.api.errors.InvalidRefNameException: Branch name is not allowed
> org.eclipse.jgit.api.errors.InvalidRefNameException: Branch name is not allowed
> at org.eclipse.jgit.api.CreateBranchCommand.processOptions(CreateBranchCommand.java:297)
> at org.eclipse.jgit.api.CreateBranchCommand.call(CreateBranchCommand.java:126)
> at org.netbeans.libs.git.jgit.commands.CreateBranchCommand.run(CreateBranchCommand.java:74)
> Caused: org.netbeans.libs.git.GitException
> at org.netbeans.libs.git.jgit.commands.CreateBranchCommand.run(CreateBranchCommand.java:82)
> at org.netbeans.libs.git.jgit.commands.GitCommand$1.run(GitCommand.java:57)
> at org.netbeans.libs.git.jgit.commands.GitCommand$1.run(GitCommand.java:54)
> at java.base/java.security.AccessController.doPrivileged(Native Method)
> at org.netbeans.libs.git.jgit.commands.GitCommand.execute(GitCommand.java:54)
> at org.netbeans.libs.git.GitClient.createBranch(GitClient.java:508)
> at org.netbeans.modules.git.client.GitClient$11.call(GitClient.java:318)
> at org.netbeans.modules.git.client.GitClient$11.call(GitClient.java:314)
> at org.netbeans.modules.git.client.GitClient$CommandInvoker$1$1.call(GitClient.java:933)
> at org.netbeans.modules.git.client.GitClient$CommandInvoker$1.call(GitClient.java:956)
> at org.netbeans.modules.git.client.GitClient$CommandInvoker.runMethodIntern(GitClient.java:968)
> at org.netbeans.modules.git.client.GitClient$CommandInvoker.runMethod(GitClient.java:893)
> at org.netbeans.modules.git.client.GitClient$CommandInvoker.runMethod(GitClient.java:875)
> at org.netbeans.modules.git.client.GitClient$CommandInvoker.access$400(GitClient.java:869)
> at org.netbeans.modules.git.client.GitClient.createBranch(GitClient.java:314)
> [catch] at org.netbeans.modules.git.ui.checkout.AbstractCheckoutAction$1.perform(AbstractCheckoutAction.java:101)
> at org.netbeans.modules.git.client.GitProgressSupport.performIntern(GitProgressSupport.java:92)
> at org.netbeans.modules.git.client.GitProgressSupport.run(GitProgressSupport.java:85)
> at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
> at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
> at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
> at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
> {noformat}
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists