mauge123 / mechanical-blender

mechanical blender project
Other
70 stars 16 forks source link

every git url in .gitmodules contains two colons instead of one #42

Closed rakete closed 7 years ago

rakete commented 7 years ago

I had the following problem:

~/b/mechanical-blender:master> git submodule update 
Cloning into 'release/datafiles/locale'...
fatal: Unable to find remote helper for 'git'
fatal: clone of 'git:://git.blender.org/blender-translations.git' into submodule path 'release/datafiles/locale' failed

Which is caused by two colons in the git urls in .gitmodules. The urls look like this:

git:://git.blender.org/blender-addons.git

but should look like this:

git://git.blender.org/blender-addons.git
mauge123 commented 7 years ago

Thanks ;)