mauge123 / mechanical-blender

mechanical blender project
Other
70 stars 16 forks source link

Fixed submodule update errors #41

Closed ghost closed 7 years ago

ghost commented 7 years ago

When running "git submodule update --init --recursive" to prepare to build, it errors out with: "fatal: Unable to find remote helper for 'git'". Removing the extra colon (i.e. git:// rather than git:://) fixes this.

mauge123 commented 7 years ago

Thanks!