Skip to content

opt: submodules use ssh instead of https to alivate network instability.#45

Closed
HuazyYang wants to merge 1 commit into
NVIDIA-RTX:mainfrom
HuazyYang:prompt-submodules-to-use-ssh
Closed

opt: submodules use ssh instead of https to alivate network instability.#45
HuazyYang wants to merge 1 commit into
NVIDIA-RTX:mainfrom
HuazyYang:prompt-submodules-to-use-ssh

Conversation

@HuazyYang
Copy link
Copy Markdown

No description provided.

@manuelkNVDA
Copy link
Copy Markdown
Contributor

I recommend keeping https URLs, as they are less restrictive than SSH when cloning the repo.

If you want or need to use SSH, you can do it on your end by adding this to your .gitconfig :

[url "ssh://git@github.com"]
  insteadOf = https://github.com

@HuazyYang
Copy link
Copy Markdown
Author

I recommend keeping https URLs, as they are less restrictive than SSH when cloning the repo.

If you want or need to use SSH, you can do it on your end by adding this to your .gitconfig :

[url "ssh://git@github.com"]
  insteadOf = https://github.com

This aproach works for my case, I will close this PR. Thx.

@HuazyYang HuazyYang closed this Mar 25, 2026
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