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 will investigate this issue. It only happens when trying to create such a file under a root folder. Could be a macos bug because files starting with ._ are known to be a resource fork file types.
To reproduce it, use the command
touch ._normal
.You will receive the following error message:
touch: ._normal: No such file or directory
.Is this possibly a special file unique to MacOS? Can we consider adding an option to enable the creation of these files?
The text was updated successfully, but these errors were encountered: