Mislav Marohnić
Mislav Marohnić
Thanks, we're getting closer, but I still can't guess what triggers this. It looks like the command `rbenv commands --sh` is hanging. Can you try running that to repro instead...
Thanks, but I'm ready to give up on my null byte hypothesis for now as I can't make sense of it in local testing. Instead, you could try the following...
Thanks for verifying; I'll prepare a patch that uses `readarray` on newer bash per your suggestion. I'm puzzled that we never found the cause of the hang; that is, why...
Hi, which operating system are you running under WSL? It's strange that you had to comment out the `grep` line. The grep utility should typically not return a success status...
> ``` > $ ~/.rbenv/bin/rbenv init > skipping ~/.bashrc: already configured for rbenv. > $ rbenv > Command 'rbenv' not found > ``` Hi, thanks for updating the thread. Note...
> Please bring it back in README I already did based on your comments earlier today: https://github.com/rbenv/rbenv/commit/a43095dc1133eeb58eb53cd17e6a00cebad7a5e3 I will close this issue as your problem seems to be resolved and...
Closing since the new release is out: https://github.com/rbenv/rbenv/releases/tag/v1.3.0 The setup instructions now boil down to: just run `rbenv init` (optionally specifying your shell or shells as arguments) and rbenv will...
@raiskila Have you tried `gh auth status`? ``` $ gh auth status github.com ✓ Logged in to github.com as mislav (~/.config/gh/hosts.yml) ✓ Git operations for github.com configured to use https...
@cored @eacp All the implementation for `gh` commands, such as `gh auth status`, is under `pkg/cmd/`; e.g. `pkg/cmd/auth/status/status.go`. You will find the documentation for the command there that is also...
Loosely related: https://github.com/cli/cli/issues/1168