I have virtual box with installed arch linux. Host system is windows 10. I have mounted disc via virtual-box quest utills. From VM level I clone repository inside shared windows/linux space. Clone is done with success. But creating some files in working directory provide some errors: (gcc repository)
error: unable to unlink old 'fixincludes/tests/base/ctype.h': Interrupted system call
error: unable to create file gcc/ada/libgnat/a-chacon.ads: File exists
error: unable to unlink old 'fixincludes/tests/base/sundev/vuid_event.h': Text file busy
In both git client (host and virtual) i have set longpaths to true.
If any information is needed, please ask.