-
-
Notifications
You must be signed in to change notification settings - Fork 439
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"cannot access '.'" error on Windows #334
Comments
On further inspection, this seems to be bug in relation to files created in a Cygwin environment on Windows
Owner ( Now it works:
|
If "+" at the end of POSIX permissions mask means you have to use tools such as Also, the fact your files have different owners suggests that you actually running your Windows code under Administrator user, not your current user. |
Anyway, I'd love to see it fixed. |
I am also having this error, but have not used Cygwin for a very long time. I do not have to be using a mapped drive for this to happen. Any time I invoke
Any fix yet? |
This means, one of your your object's ACE refer to a SID that cannot be resolved at the moment. Perhaps, the disk was used in(with?) a different domain previously (you reinstalled the OS?). |
I am experiencing similar issues. Like @sql-sith, I have Cygwin installed but have not used it in years. Would uninstalling Cygwin correct the problem? The output I am getting is:
I recognize these directories as ones that I created a long time ago, probably back when I used Cygwin. I don't know from where lsd is reading these, but I'd like it to stop, if at all possible. |
@SturmB , no, your error is due to lsd bug. |
Oh, so uninstalling Cygwin won't help either, eh? That's a shame. Well, I certainly hope there will be a bug fix for this someday. Thanks for the info, @AnrDaemon. |
I'm having the same error code 1336 as well. I installed Here's me trying out Then here's WSL2 (I"m using Cmder): WSL2 works because I installed it via More info: mintty 3.4.7 (x86_64-pc-cygwin) [Windows 19042] Hope it's useful. |
What made you think that different shell could make results different? |
Any updates on this? Works fine in Power Shell 7.1 and Cygwin64, but getting (os error 1336) on git bash terminal. |
HI guys, the same thing happens to me, any workaround? |
Hi @hologramrp and others meet this error, we have introduced a new permission mode, |
Bonjour @zwpaper and folks! how are you guys? YEAH, now it's working, thanks! Actually just updating was not enough, I had to clean my previous instalations.
After then, I install the newly version from the master branch.
Close the terminal, and open again and it works ; ) (Using Powershell 7.4.1, on a Windows 11 Pro, Version: 22H2) |
Installed from the latest master branch commit:
The text was updated successfully, but these errors were encountered: