Skip to content

Commit

Permalink
Clarify error response
Browse files Browse the repository at this point in the history
  • Loading branch information
billz committed Aug 25, 2023
1 parent 97dade0 commit 2da407e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/insiders.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ If this is your first time using a GitHub personal access token, you can verify
curl -sS -f -I -H "Authorization: token MY_TOKEN" https://api.github.com
```

If successful, GitHub should reply with `HTTP/2 200` and a `x-oauth-scopes: repo` value in the response. If you receive a `401` or other error from curl, check your token and try again.
If successful, GitHub should reply with `HTTP/2 200` and a `x-oauth-scopes: repo` value in the response. If you receive a `HTTP 401` or other error from curl, check your token and try again.

You will be asked to authenticate with GitHub when the installer clones the private Insiders repo. In this case, simply enter your GitHub username and token when prompted.

Expand Down

0 comments on commit 2da407e

Please sign in to comment.