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
-
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