Closed cserteGT3 closed 1 year ago
🧐
very strange, could you try forking the repo, and adding your fork?
Separately could you try adding a previous commit?
There are several active users of Xranklin so this is a bit unexpected. Oh and what OS are you on? Not sure that would make a difference though..
With the help of a colleague I found out, that the problem is the aux
folder, which is a reserved name on NTFS drives.
Source:
Do not use the following reserved names for the name of a file: CON, PRN, AUX, NUL, COM0, COM1, COM2, COM3, COM4, COM5, COM6, COM7, COM8, COM9, LPT0, LPT1, LPT2, LPT3, LPT4, LPT5, LPT6, LPT7, LPT8, and LPT9. Also avoid these names followed immediately by an extension; for example, NUL.txt and NUL.tar.gz are both equivalent to NUL. For more information, see Namespaces.
It is confirmed by:
I tested on my fork, that after renaming the aux
folder to aux2
, I can checkout on NTFS drives.
So I suggest renaming the aux folder to something else. Sadly I cannot really open a PR, because I can not checkout to the repo if it contains the aux path :D
should be fixed, thanks for the heads up & the investigation
I thought that I will go for a test run, but it fails to
add
,dev
or even clone the package. Below is the output of git bash cloning. Julia Pkg fails with the same error.Do you have any idea what happened there? On github I can read that file and download it as well.