Replies: 2 comments 3 replies
-
I'm mostly worried that new developers that start out using Forge would be confused if the libraries they use start using SSH, and this leading to an increased support burden for us. It's not really perfect either way: if people use HTTPS submodules, SSH users will complain (have to enter password), if people use SSH, HTTPS users will complain (have to create key). Unsure if there's a generic way to allow either. It's not necessarily the case that using SSH submodules in your project won't affect others since submodules are pulled recursively, so a library that uses SSH submodules would force everyone further down to use SSH afaik. Same for HTTPS. So users don't really have a choice either way: either we force people to use one of them, or other developers will inadvertently do it |
Beta Was this translation helpful? Give feedback.
-
Was recently trying to use some private repositories in a forge project I am working on, and as installing via ssh does not work, it is a pain. As the repository i want to install its private i would have to install via user and password, but authenticating with password has been deprecated for a year now. |
Beta Was this translation helpful? Give feedback.
-
Hello, opening this discussion as I feel very strongly about this topic.
#924
#2407
The reasons for me to dislike the forced https:
I think not giving users a choice is the wrong call.
Beta Was this translation helpful? Give feedback.
All reactions