fatal: could not create leading directories of '\\?\UNC\server\share\my_dir\src_cache\my_project.git': Invalid argument
It seems rattler is adding the ?\UNC\ part to the adress, which is making git clone fail. I tried running git clone with the ?\UNC\ part and it gave me the same error.
I am trying to run rattler-build with an output directory on network and a git repo as source:
but it fails with the following error:
It seems rattler is adding the
?\UNC\
part to the adress, which is makinggit clone
fail. I tried runninggit clone
with the?\UNC\
part and it gave me the same error.