cflavio / yorg

Yorg (Yorg's an Open Racing Game) is a free open source racing game developed by Ya2 using Panda3D for Windows, OSX and Linux.
Other
177 stars 33 forks source link

Allow anonymous https clone of git submodule #3

Closed akien-mga closed 7 years ago

akien-mga commented 7 years ago

Without this change git submodule update --init would fail due to permission issues.

akien-mga commented 7 years ago

Note that you might need to run git submodule sync locally to get the URL update to play nice.

cflavio commented 7 years ago

Thanks! ^_^