-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
git bash windows fzf error #382
Comments
Yeah this is an interesting case. We pass kubectx's full path to fzf, I wonder if we should if-else this for mingw. |
I'm observing the same problem while running but if I switch to PowerShell in the same Windows Terminal, then it works: If I switch to plain Start > Git Bash, and not in Windows Terminal, then everything works: Environment: I tend to install everything with
I'm observing the same problem with |
Update to my #382 (comment) In Git Bash in Windows Terminal, interestingly, if I pipe then I get no error, but this But, selecting context and |
@cloud-66 See #330 (comment) for working workaround |
Never mind how kubectx (golang version) installed, by downloading binary or by scoop
kubectx (Enter)
it works in powershell, but don't in git bash for windows. I guess because path should be in bash format /c/Users/Cloud/scoop/shims/kubectx
The text was updated successfully, but these errors were encountered: