ghi
ghi copied to clipboard
GitHub Issues on the command line. Use your $EDITOR, not your browser.
This removes the `/usr/local/Cellar/ghi/1.2.0_4/libexec/bin/ghi:1305: warning: URI.escape is obsolete` warning, applying the solution proposed by https://stackoverflow.com/a/67618304/890242
`ghi config --auth myusername` Enter myusername's GitHub password (never stored): ✔ Not Found
Unfortunately ghi won't work since uri.escape isn't present in ruby 3.0.
Hello! I am getting this error whenever I edit an issue/PR. It appears to still work but I never noticed this warning before. ``` /usr/local/Cellar/ghi/1.2.0_4/libexec/bin/ghi:1305: warning: URI.escape is obsolete /usr/local/Cellar/ghi/1.2.0_4/libexec/bin/ghi:1305:...
First of all, thanks for this project, I've been using it for a while. I have my `.gitconfig` in version control and I've been using this configuration to not have...
Just got an e-mail from Github after trying out ghi (package version 1.2.0-1 as currently in Debian Unstable), probably after the initial login: > From: GitHub \ > Subject: [GitHub]...
Hello, when I use `ghi` not in a git directory, I get this error. My teammates are also encountering the same issue. The reason why I use `ghi` not in...
We have a specific setup for our git server that doesn't really allow us to use github's username/password to sign in due to a custom 2 factor auth. Because of...