I'm currently trying to put all of my git repositories on my server so I can work on them from any computer in the house, but running `git clone` always fails the same way:
And when I went to remove the files leftover from the failed clone, I'm unable to delete them, even though I have read/write/execute permissions for the entire share:
The only way I've been able to delete these files is to use the shell and delete the files as root:
It's worth noting I've been using this server from two different devices connected through the same account, one is a macbook and the other is a Windows desktop. I made sure to eject the share from the macbook and shut it down before trying to clone from windows to make sure it wasn't preventing the action somehow.
Any info on how to solve this would be hugely appreciated, because I can only spend so many hours on the clock running the same two commands. :P
And when I went to remove the files leftover from the failed clone, I'm unable to delete them, even though I have read/write/execute permissions for the entire share:
The only way I've been able to delete these files is to use the shell and delete the files as root:
It's worth noting I've been using this server from two different devices connected through the same account, one is a macbook and the other is a Windows desktop. I made sure to eject the share from the macbook and shut it down before trying to clone from windows to make sure it wasn't preventing the action somehow.
Any info on how to solve this would be hugely appreciated, because I can only spend so many hours on the clock running the same two commands. :P