-
Notifications
You must be signed in to change notification settings - Fork 385
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
make install build fails on non-wsl Windows 11 environment #1060
Comments
Seem to be related to issue 34612: x/crypto/ssh/terminal: terminal.ReadPassword doesn't work when using Bash for Windows (from Git installation) describetd at go repo |
Thank you for your feedback. We are currently refactoring the client component of tm2 to streamline the process of creating SDKs in Go. Once completed, this will significantly reduce the size of the CLI package, making it simpler to enhance Windows support. Please note: While Windows support isn't our top priority at this time, we recognize its importance, especially for Related with #1047 |
Slightly - that might be a problem when using I followed the issue you linked and adapted the code there for the fix; tell me if #1089 fixes the issue for you. Cheers! |
make install
fails on make install fails on non-wsl Windows 11 environmentDescription
When trying to run
make install
on Windows 11 using non-wsl environment (cmd
,Git bash
) - build it fails with the next error:..\tm2\pkg\commands\utils.go:44:38: cannot use fd (variable of type syscall.Handle) as int value in argument to term.ReadPassword
Might not need resolution since Non-WSL environment is not recommended (means, not supported?) according to README.md
Your environment
Steps to reproduce
make install
The text was updated successfully, but these errors were encountered: