gh copilot CLI not working when using SSH authentication via 1Password #33
Unanswered
fcamineiro
asked this question in
Q&A
Replies: 1 comment
-
I am experiencing the same issue. SSH or HTTPS, neither works:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using 1Password to manage my SSH key authentication. It works fine with Git/GitHub for version control, but it returns an error message when using it with gh copilot CLI.
Example:
$ gh copilot explain "date -v +90d"
✗ Error: No valid OAuth token detected
To get started with GitHub Copilot in the CLI, please run: gh auth login --web -h github.com to authenticate via web browser.
$ gh auth status
github.com
✓ Logged in to github.com account username (GITHUB_TOKEN)
✓ Logged in to github.com account username (keyring)
Beta Was this translation helpful? Give feedback.
All reactions