Closed akien-mga closed 7 years ago
Without this change git submodule update --init would fail due to permission issues.
git submodule update --init
Note that you might need to run git submodule sync locally to get the URL update to play nice.
git submodule sync
Thanks! ^_^
Without this change
git submodule update --init
would fail due to permission issues.