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

use https to avoid host key verification problem #62

Merged
merged 2 commits into from
Aug 1, 2024

Conversation

stephaniewang526
Copy link
Contributor

@stephaniewang526 stephaniewang526 commented Jul 26, 2024

Using ssh might result in host key verification failure unless specifically configured.

Host key verification failed.
fatal: Could not read from remote repository.

Also, this makes it consistent with the duckdb submodule (above) where https is used.

@gdubya
Copy link
Contributor

gdubya commented Jul 31, 2024

This would be useful for my work environment where cloning using the git protocol from github is not allowed.

@samansmink samansmink merged commit 47724ba into duckdb:main Aug 1, 2024
18 checks passed
@samansmink
Copy link
Collaborator

thanks @stephaniewang526!

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.

3 participants