-
Notifications
You must be signed in to change notification settings - Fork 24
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
binaries from zip download lack executable flags #799
Labels
Milestone
Comments
hohwille
added
bug
Something isn't working
macOS
specific for Apple MacOS
terraform
Terraform infrastructure as code tool
labels
Nov 23, 2024
hohwille
changed the title
terraform and gradle not working on Mac (zip lacks executable flagss)
terraform and gradle not working on Mac (zip lacks executable flags)
Nov 23, 2024
This was referenced Nov 23, 2024
hohwille
changed the title
terraform and gradle not working on Mac (zip lacks executable flags)
binaries from zip download lack executable flags
Dec 3, 2024
hohwille
added a commit
to hohwille/IDEasy
that referenced
this issue
Dec 3, 2024
hohwille
added
the
unpack
logic to unpack archives (tar, zip, tgz, zbz2, msi, dmg, etc.)
label
Dec 3, 2024
hohwille
added a commit
to hohwille/IDEasy
that referenced
this issue
Dec 3, 2024
hohwille
added a commit
to hohwille/IDEasy
that referenced
this issue
Dec 5, 2024
hohwille
added a commit
to hohwille/IDEasy
that referenced
this issue
Dec 5, 2024
hohwille
added a commit
to hohwille/IDEasy
that referenced
this issue
Dec 5, 2024
hohwille
added a commit
to hohwille/IDEasy
that referenced
this issue
Dec 5, 2024
hohwille
added a commit
to hohwille/IDEasy
that referenced
this issue
Dec 5, 2024
hohwille
added a commit
that referenced
this issue
Dec 5, 2024
hohwille
added a commit
to hohwille/IDEasy
that referenced
this issue
Dec 6, 2024
refactoring of progressbar and changing expected result of IJ and AStudio plugin
hohwille
added a commit
that referenced
this issue
Dec 9, 2024
hohwille
added a commit
to hohwille/IDEasy
that referenced
this issue
Dec 10, 2024
hohwille
added a commit
that referenced
this issue
Dec 10, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Expected behavior
As a IDEasy user, I want to install and run terraform via ide command so that I can easily use it.
Actual behavior
Steps to reproduce (bug) / Use Case of feature request (enhancement)
ide terraform
Related/Dependent Issues
Same bug also exists for gradle.
Update: same error also for
ide gh -v
Comments/Hints:
If we download tools as ZIP on Linux or Mac, we must call
chmod +x
on the tool binary after unpacking.Affected version:
The text was updated successfully, but these errors were encountered: