One of my colleagues has a problem pushing changes to git on his machine. If he enters another car, he can press hard, but from his car, when he tries to press, he gets the following error.
D: \ Projects \ test1 \ best-practices> git push
Counting objects: 4, done.
Compressing objects: 100% (2/2), done.
Writing objects: 100% (3/3), 273 bytes, done.
Total 3 (delta 1), reused 0 (delta 0)
error: unable to create temporary sha1 filename ./objects/42: Permission denied
fatal: failed to write object
error: unpack failed: unpacker exited with error code
To //civ3s012/gitrepos/best-practices/.git
! [remote rejected] master -> master (n / a (unpacker error))
error: failed to push some refs to '//civ3s012/gitrepos/best-practices/.git'
A server is a Windows machine, just like a client. Someone else does not have this problem - it seems that this is a problem with server permissions, but we decided as much as possible. In addition, the fact that he can log in to another machine and click using the same username makes him look like not server permissions. Any ideas what might be wrong here?
git
Matt McMinn Dec 29 '09 at 17:50 2008-12-29 17:50
source share