GitHub

Logging In

If you aren’t automatically prompted to log in:

Branches > Branch Protection Rules

Permissions

git@github.com: Permission denied (publickey)

This happens when the SSH key is rejected. To confirm this, run:

$ ssh -T git@github.com
git@github.com: Permission denied (publickey).

remote: Invalid username or password. fatal: Authentication failed for ‘https://github.com/CodingItWrong/surely-api.git/’

Hub CLI: Error creating repository: Unauthorized (HTTP 401) - Bad credentials

Use gh instead; it’s the more up-to-date official GitHub CLI

PR Descriptions

Collapsible Sections

https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-collapsed-sections

<details>

<summary>Header</summary>

Body

</details>

Embed Video

<video src="url" width="300" />