You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm unable to clone the repository on Windows. It appears to be due to Window's limitation with directories with certain names. In this case, the aux directory under the emk directory.
Note: I am able to clone using git clone --no-checkout https://github.com/blake-regalia/graphy.js.git but git clone https://github.com/blake-regalia/graphy.js.git errors with "error: invalid path 'emk/aux/README-defer.md'". I get the same error in Windows PowerShell and git-bash.
Would you be willing to rename the aux directory to something like auxiliary or something else (well, not something in the reserved list)?
The text was updated successfully, but these errors were encountered:
I'm unable to clone the repository on Windows. It appears to be due to Window's limitation with directories with certain names. In this case, the
aux
directory under theemk
directory.https://www.howtogeek.com/fyi/windows-10-still-wont-let-you-use-these-file-names-reserved-in-1974/ explains that some names are reserved which includes
aux
.Note: I am able to clone using
git clone --no-checkout https://github.com/blake-regalia/graphy.js.git
butgit clone https://github.com/blake-regalia/graphy.js.git
errors with "error: invalid path 'emk/aux/README-defer.md'". I get the same error in Windows PowerShell and git-bash.Would you be willing to rename the
aux
directory to something likeauxiliary
or something else (well, not something in the reserved list)?The text was updated successfully, but these errors were encountered: