Skip to content
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

GitBASH on windows throws character set not supported #88

Closed
dkirrane opened this issue Sep 21, 2018 · 5 comments
Closed

GitBASH on windows throws character set not supported #88

dkirrane opened this issue Sep 21, 2018 · 5 comments

Comments

@dkirrane
Copy link

$ DEBUG=1 kubectx
+ set -eou pipefail
+ IFS='
        '
+ SELF_CMD=/c/apps/Kubernetes/kubectx
+ KUBECTX=/c/Users/me/.kube/kubectx
+ main
+ [[ 0 -eq 0 ]]
+ [[ -t 1 ]]
+ [[ -z '' ]]
++ type fzf
++ echo 0
+ [[ 0 -eq 0 ]]
+ choose_context_interactive
+ local choice
++ FZF_DEFAULT_COMMAND=/c/apps/Kubernetes/kubectx
++ fzf --ansi
character set not supported
++ true
+ choice=
+ [[ -z '' ]]
+ echo 'error: you did not choose any of the options'
error: you did not choose any of the options
+ exit 1
@ahmetb
Copy link
Owner

ahmetb commented Sep 21, 2018

Hmm. It looks like you have fzf installed. (Let me know if you don't.)

Can you run

FZF_DEFAULT_COMMAND=/c/apps/Kubernetes/kubectx  fzf --ansi 

and

FZF_DEFAULT_COMMAND=/c/apps/Kubernetes/kubectx  fzf

I suspect one of these will fail and one won't

@dkirrane
Copy link
Author

FZF_DEFAULT_COMMAND=/c/apps/Kubernetes/kubectx fzf --ansi just hangs

FZF_DEFAULT_COMMAND=/c/apps/Kubernetes/kubectx  fzf
character set not supported

@ahmetb
Copy link
Owner

ahmetb commented Sep 21, 2018

Does fzf alone work? (it's supposed to show files in that directory and let you choose from them)

@ahmetb
Copy link
Owner

ahmetb commented Sep 21, 2018

I suspect this is some term weirdness. Thankfully we have an escape hatch for ignoring existence of fzf.

Set this in your .bashrc or .zshrc:

export KUBECTX_IGNORE_FZF=1

@dkirrane
Copy link
Author

Ya fzf doesn't seem to work in GitBASH

$ fzf
character set not supported

Uninstalled it and kubectx is working now from GitBASH

chocolatey uninstall fzf

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants