-
Notifications
You must be signed in to change notification settings - Fork 756
Closed
Labels
Description
Describe the bug
Opening a new issue since I was commenting on a closed issue #15 (comment)
In WSL / PowerShell the PAT login is not working. I have tried with GITHUB_TOKEN and GH_TOKEN, it s a fine grained one as per the instructions.
This is still the case with 0.0.333 Commit: 4cbf3da
Affected version
0.0.333 Commit: 4cbf3da
Steps to reproduce the behavior
- In a clean WSL
- npm install -g @github/copilot
- Set env var (
GITHUB_TOKEN) to a fine grained one - start
copilot
Expected behavior
Copilot says it is logged in
Instead, it says Please use /login to sign in to use Copilot and wen I test something it says Γ You must be logged in to send messages. Please run /login
Additional context
No response
igrep, MiguelG28 and jlipponen