-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IDEasy not working properly in CMD #764
Comments
PR #784 does not fix this problem entirely. Good news is that starting an IDE or any tool where we create a start script for now works from CMD and from BASH.
IMHO the shebang detection should be debugged to see what is really going on. Workaround: Do not use CMD at all as suggested in the documentation. |
Seems to be closely related to devonfw/ide#1395 |
There are not problems using CMD to run Tested with version: ide-cli-2024.12.001-beta-20241210.023937-17-windows-x64.tar.gz Git Version: 2.39.1 |
But if I run
I could fix this error by following this advice: https://stackoverflow.com/a/50833818 It was enough to add |
@alfeilex thanks for your workaround. We should discuss if either our |
|
I had to add |
…eilex/IDEasy into devonfw#764-fix-git-path-cmd
Expected behavior
As a IDEasy user on Windows, I want to be able to use IDEasy also in CMD so that I can use it from some
*.bat
scripts or keep my odd legacy habbits ;)Actual behavior
Steps to reproduce (bug) / Use Case of feature request (enhancement)
cd
to an IDEasy projectide intellij
Related/Dependent Issues
Comments/Hints:
Affected version:
The text was updated successfully, but these errors were encountered: