README.rst is missing instructions and submodule init fails
- There seem to be some syntax issues in the
README.rst
file, GitLab does not render the code-blocks. - The instruction
git submodule update --init
is missing, so I got the errorFileNotFoundError: [Errno 2] No such file or directory: './lib/mxgraph/javascript/examples/grapheditor/www/deflate/pako.min.js'
- The file
.gitmodules
contains the URLgit@github.com:jgraph/mxgraph.git
but that requires authentication and results in the errorPermission denied (publickey). fatal: Could not read from remote repository.
but the public URL of that repositoryhttps://github.com/jgraph/mxgraph.git
works fine. After it had failed, I replaced that URL in.gitmodules
but had to replace it in the (tainted) file.git/config
as well to get it working.