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

fix(gitmodules): noninteractive install with tpm sometimes hangs #6

Merged
merged 1 commit into from
May 9, 2024
Merged

fix(gitmodules): noninteractive install with tpm sometimes hangs #6

merged 1 commit into from
May 9, 2024

Conversation

geoffreyvanwyk
Copy link
Contributor

The noninteractive installs can hang if the computer has never connected to GitHub previously via SSH. This causes the "authenticity of host cannot be established warning" error upon which the user is interactively prompted whether to accept or reject the host key.

Unauthenticated hosts is not a problem with HTTPS.

Relates to tmux-plugins/tpm#219

The noninteractive installs can hang if the computer has never connected to GitHub previously via SSH.
This causes the "authenticity of host cannot be established warning" upon which the user is
interactively prompted whether to accept or reject the host key.

Relates to tmux-plugins/tpm#219
Copy link
Owner

@alexwforsythe alexwforsythe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems reasonable, thanks!

@alexwforsythe alexwforsythe merged commit cec10f2 into alexwforsythe:main May 9, 2024
@geoffreyvanwyk geoffreyvanwyk deleted the use-https-in-git-submodules branch May 9, 2024 15:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants