We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It's not great that we recommend people download gh to run "gh auth login". it's open source anyway so I'm pretty sure we can clone exactly what they do (except the project is in golang :() https://github.com/cli/cli/blob/b54f7a3bde50df3c31fdd68b638a0c0378a0ad58/pkg/cmd/auth/login/login.go
The text was updated successfully, but these errors were encountered:
Fwiw, I think this auth login is gone with #131
Sorry, something went wrong.
i'm not sure what you meant by that, can you explain more?
To be fair go would probably be easier ;P
We don't need gh auth login, with that PR.
(That PR switches to use git credential helpers, which may be gh or (better) git-credential-manager or several other local choices)
brian-kubisiak-skydio
No branches or pull requests
It's not great that we recommend people download gh to run "gh auth login". it's open source anyway so I'm pretty sure we can clone exactly what they do (except the project is in golang :() https://github.com/cli/cli/blob/b54f7a3bde50df3c31fdd68b638a0c0378a0ad58/pkg/cmd/auth/login/login.go
The text was updated successfully, but these errors were encountered: