On Tue, Aug 14, 2018 at 11:27 PM "Jochen Kühner" <jochen.kuehner@xxxxxx> wrote: > > > > > We use git for windows, there I cannot fin the git-submodule.sh! How can I fix it there? > > It probably doesn't have the .sh extension. I don't know where all git executables are located in GfW. Maybe "dir /s git.exe" can give you a starting point to look for the executables of Git. (courtesy stackoverflow, I am no expert on Windows) As git-submodule is a shell script and doesn't need compilation, you can just edit this in to see if it fixes the problem; mind to use a text editor that doesn't put CRLF, but LF line endings only in that file ... shell script is not the most portable.