Skip to content
This repository was archived by the owner on Oct 30, 2025. It is now read-only.

Commit 33cfb91

Browse files
Update content
1 parent ce71f26 commit 33cfb91

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,13 @@ For help troubleshooting connectivity, see "[Troubleshooting network errors for
1111
## Quickstart
1212

1313
> [!NOTE]
14-
> To use and install GitHub Copilot in the CLI, you must have an active [GitHub Copilot](https://github.com/features/copilot) subscription and have [GitHub CLI](https://cli.github.com/) installed.
14+
> To use and install GitHub Copilot in the CLI, you must have an active [GitHub Copilot](https://github.com/features/copilot) subscription, have [GitHub CLI](https://cli.github.com/) installed, and authenticate using the GitHub CLI OAuth app.
15+
>
16+
> Classic and fine-grained PATs are currently unsupported and might require clearing the `GITHUB_TOKEN` and `GH_TOKEN` environment variables.
1517
1618
1. Authenticate with GitHub CLI OAuth app
1719
```shell
18-
gh auth login --web -h github.com
20+
gh auth login --web
1921
```
2022
1. Install / upgrade extension
2123
```shell

0 commit comments

Comments
 (0)