I am trying to output locally to a shared repo on a network drive. I get 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)
Rights to the remote directory:
:~/ls -all drwxr-xr-x ndbd MyGroup Date Repo.Git
any clue?
source share