1
0
mirror of synced 2025-12-22 03:16:52 -05:00

[Improvement] New Codespaces article: "Troubleshooting authentication to a repository" (#37059)

Co-authored-by: John Keech <jokeech@microsoft.com>
Co-authored-by: Jules <19994093+jules-p@users.noreply.github.com>
This commit is contained in:
Isaac Brown
2023-05-22 09:43:33 +01:00
committed by GitHub
parent 79eb483ed5
commit 9f28eaff6f
4 changed files with 77 additions and 1 deletions

View File

@@ -42,6 +42,12 @@ A typical workflow for updating a file using {% data variables.product.prodname_
* Commit the change.
* Raise a pull request.
{% note %}
**Note:** By default, {% data variables.product.prodname_github_codespaces %} uses the HTTPS protocol to transfer data to and from a remote repository, and authenticates with a `GITHUB_TOKEN` configured with read and write access to the repository from which you create the codespace. If you're having issues with authentication, see "[AUTOTITLE](/codespaces/troubleshooting/troubleshooting-authentication-to-a-repository)."
{% endnote %}
## About automatic forking
If you only have read access to a repository, you can usually create a codespace for the repository as long as you can fork it.