Open bachirelkhoury opened 3 weeks ago
There is a similar got issue here that seems to be related to extended attributes that the mac is setting.
I tried to delete the directory to try and reclone, and then I got this:
❯ rm -rf linsk
rm: linsk/.git/config: Resource busy
rm: linsk/.git: Directory not empty
rm: linsk: Directory not empty
No git processes running and I checked nothing is using that file nor repository. So perhaps it's the VM?
That's weird. It doesn't appear to be a Linsk issue, rather something with git. To confirm for sure, you can try removing the directory after shutting down Linsk. If it still doesn't work, then it's something else.
I'm on Apple M2 macOS Sonoma, after successfully mounting an encrypted LUKS drive, I am able to copy things to and from it with no issues.
However, I am having issues while cloning a git repo onto the drive on macOS. I can clone ok using Linux. Issue only seems to occur on mac.
This is what the directory looks like after the failed clone:
And this is the content of the git
config
file:Update
I did another test, on macOS, created a new directory and try to git init..