when cloning submodules, I notice that 2 different kinds of URL prefix are used: https:// and git:// . Since I am located in a country with internet restriction, I am only able to use git clone with https proxy. And during the cloning process, all the urls with https prefix are successfully cloned, but the two urls with git:// prefix failed. Can the developer maybe change them into https?
Unfortunately, those submodule paths are not set by this repository. I would follow up with the appropriate repository, and even open up a PR to make it easy for them.
when cloning submodules, I notice that 2 different kinds of URL prefix are used: https:// and git:// . Since I am located in a country with internet restriction, I am only able to use
git clone
with https proxy. And during the cloning process, all the urls with https prefix are successfully cloned, but the two urls with git:// prefix failed. Can the developer maybe change them into https?