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
hohwille opened this issue
Oct 22, 2024
· 0 comments
Labels
bugSomething isn't workinggitrelated to git version control tool (incl. git-bash)settingside-settings repo and replated processes and featuressetuprelated to the setup process of devonfw-ide (setup[.bat] and devon ... setup)
In an devonfw-ide project, I created a feature branch in the settings repository named tomcat to test some tomcat changes in the IDE settings.
I created a new devonfw-ide instance:
devon ide create test-project https://some-git.url/some/path.git#tomcat
This gave me the following error after cloning:
fatal: 'tomcat' could be both a local file and a tracking branch.
Please use -- (and optionally --no-guess) to disambiguate
******** ATTENTION ********
Failed to run command git
We are sorry for the inconvenience. Please check the above errors, resolve them and try again.
Exit code was 128
as it seems git checkout tomcat is not working due to this ambiguity but git switch tomcat did the trick.
So maybe that is all needed to be fixed here:
The text was updated successfully, but these errors were encountered:
hohwille
added
bug
Something isn't working
settings
ide-settings repo and replated processes and features
setup
related to the setup process of devonfw-ide (setup[.bat] and devon ... setup)
git
related to git version control tool (incl. git-bash)
labels
Oct 22, 2024
bugSomething isn't workinggitrelated to git version control tool (incl. git-bash)settingside-settings repo and replated processes and featuressetuprelated to the setup process of devonfw-ide (setup[.bat] and devon ... setup)
In an devonfw-ide project, I created a feature branch in the settings repository named
tomcat
to test some tomcat changes in the IDE settings.I created a new devonfw-ide instance:
This gave me the following error after cloning:
as it seems
git checkout tomcat
is not working due to this ambiguity butgit switch tomcat
did the trick.So maybe that is all needed to be fixed here:
ide/scripts/src/main/resources/scripts/functions
Line 1262 in 15e75c0
The text was updated successfully, but these errors were encountered: