Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added SSH over HTTPS port warning to github bootstrapping docs #1779

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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).