On Windows, the source of a clone call is passed as is into the .gitmodules file of the superdataset as the value for datalad_url. If this source is a local path, the resulting value can be something like
(which makes sense on no platform at all). It should rather be a posix like URL, as any URL in Git's configuration files is.
On Windows, the source of a clone call is passed as is into the
.gitmodulesfile of the superdataset as the value fordatalad_url. If this source is a local path, the resulting value can be something like(which makes sense on no platform at all). It should rather be a posix like URL, as any URL in Git's configuration files is.