riscv-software-src / homebrew-riscv

homebrew (macOS) packages for RISC-V toolchain
https://riscv.org
304 stars 50 forks source link

submodule url protocol issue #83

Closed z-wenbo closed 2 years ago

z-wenbo commented 2 years ago

Screen Shot 2022-01-21 at 2 22 36 PM

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?

sbeamer commented 2 years ago

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.