I'm trying to push locally to a shared repo on a network drive. I'm getting the following error:
:~/git push origin master
Counting objects ... done
Writing objects ...
Total ....
but then:
fatal: cannot pread pack file: No Permission
error: unpack failed: index-pack abnormal exit
To /networkshare/repo.git
! [remote rejected] master -> master (n/a unpack error)
The rights on the remote directory are like this:
:~/ls -all
drwxr-xr-x ndbd MyGroup Date Repo.Git
any clue?