1
0
mirror of synced 2025-12-19 18:10:59 -05:00

Fixed command for listing domains required for Codespaces (#35800)

Co-authored-by: Alex Nguyen <150945400+nguyenalex836@users.noreply.github.com>
This commit is contained in:
StefanFB
2025-01-06 16:40:59 +01:00
committed by GitHub
parent 4e8773ccb9
commit 6c20e887be

View File

@@ -36,7 +36,7 @@ If you see rejected connections, make sure the domains documented by the `/meta`
To get the list of domains required by {% data variables.product.prodname_github_codespaces %}, execute the following command using {% data variables.product.prodname_cli %}: To get the list of domains required by {% data variables.product.prodname_github_codespaces %}, execute the following command using {% data variables.product.prodname_cli %}:
`gh api meta | jq .domains.codespaces` `gh api meta --jq .domains.codespaces`
### "We are having trouble fetching your codespace information" ### "We are having trouble fetching your codespace information"