Hi Michael and Konstantin, Thanks a lot for the fast answers. I checked the permissions of the repository directory, ran the chown and chmod commands and was able to push ! Great ! Now I guess I can (re-)learn these permissions things.
Concerning the repository location, I tried to follow the instructions given in the Pro Git book (but maybe did it wrong ?...). Is this a problem to have them here ? Anyway, I will try to make other repo' elsewhere to practice my hand and see how it works. Thanks again for your help. Setting this up drove me crazy during the pasts days ! :-) Best, Julien PS: oh and the perms of the /tmp folder are 'drwxr-xr-x' so I got to fix this as well if I got it correctly. But one problem at a time. Le 5 mars 2010 à 16:49, Konstantin Khomoutov a écrit : > On Mar 5, 6:03 pm, "Michael P. Soulier" <msoul...@digitaltorque.ca> > wrote: > >>> fatal: Unable to create temporary file: Permission denied >> >> Well there's your problem! >> >> Look at the permissions of the remote user, and check the perms on /tmp. Odd >> since anyone should be able to write to /tmp. > > The error message presented does not state Git tried to create a file > under /tmp. > Since the repo appears to be located in a totally veird place (not > under /var/local/something or ~/devel/whatever), I'd check permissions > on /opt/git/jlnLib.git. > > Julien, the user jln must have full write access to the repository > directory, recursively, > so > # chown -R jln /opt/git/jlnLib.git > # chmod -R u+rw /opt/git/jlnLib.git > > And yes, as Michael said, check that /tmp has permissions set to 1777. > > -- > You received this message because you are subscribed to the Google Groups > "Git for human beings" group. > To post to this group, send email to git-us...@googlegroups.com. > To unsubscribe from this group, send email to > git-users+unsubscr...@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/git-users?hl=en. > -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To post to this group, send email to git-us...@googlegroups.com. To unsubscribe from this group, send email to git-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/git-users?hl=en.