hlrs-vis / covise

Collaborative Visualization and Simulation Environment, OpenCOVER and OddLOT
http://www.hlrs.de/covise/
186 stars 88 forks source link

Change submodule url to https #66

Closed Rjbeckwith55 closed 3 years ago

Rjbeckwith55 commented 3 years ago

The git: url of the submodules was giving me issues. I switched it to https to be consistent with the other submodules.

aumuell commented 3 years ago

Thanks, it absolutely does not make sense to use both git:// and https:// urls for submodules from within one repository. Incidentally, you are the second person to report this problem this week.

BTW, you should be able to work around this yourself by adding this to your ~/.gitconfig: [url "https://github.com/"] insteadOf = "git://github.com/"