Skip to content

Commit

Permalink
Added SSH over HTTPS port warning to github bootstrapping docs
Browse files Browse the repository at this point in the history
Signed-off-by: Dustin Lactin <[email protected]>
  • Loading branch information
dlactin authored and kingdonb committed Aug 25, 2024
1 parent c202fa5 commit a9c48bc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions content/en/flux/installation/bootstrap/github.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,5 +159,11 @@ flux bootstrap git \

**Note** that you must generate a SSH private key and set the public key as a deploy key on GitHub in advance.

{{% alert color="warning" title="Using SSH over HTTPS Port" %}}
https://docs.github.com/en/authentication/troubleshooting-ssh/using-ssh-over-the-https-port

If you encounter known hosts mismatch errors you may need to change the port back to 22 for bootstrapping.
{{% /alert %}}

For more information on how to use the `flux bootstrap git` command,
please see the generic Git server [documentation](generic-git-server.md).

0 comments on commit a9c48bc

Please sign in to comment.