You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I used vertx-config-git dependency with version 3.7.0.
After I got configuration from a branch, I change parameter "branch" to get configuration on another branch WITHOUT deleting old local repo, a RefNotFoundException will be thrown with this call stack:
Caused by: org.eclipse.jgit.api.errors.RefNotFoundException: Ref dev can not be resolved
at org.eclipse.jgit.api.CheckoutCommand.call(CheckoutCommand.java:251)
at io.vertx.config.git.GitConfigStore.initializeGit(GitConfigStore.java:145)
at io.vertx.config.git.GitConfigStore.<init>(GitConfigStore.java:122)
Notice: I created all branches of target repo before trying this case.
The text was updated successfully, but these errors were encountered:
I used vertx-config-git dependency with version 3.7.0.
After I got configuration from a branch, I change parameter "branch" to get configuration on another branch WITHOUT deleting old local repo, a RefNotFoundException will be thrown with this call stack:
Notice: I created all branches of target repo before trying this case.
The text was updated successfully, but these errors were encountered: