Hi,

After having used git a bit by collaborating to projects hosted on
Github, I decided to make my own repositories on my NAS (Synology
DS110j).

I did follow the instruction on the Pro Git book (http://progit.org/
book/ch4-4.html) but when it comes to pushing from my Mac, I get the
error below. I guess I am missing something obvious but still trying
to find my way with Git, having no previous experience with Linux and
having read lot of disparate informations on the web, I am just
getting confused...

Could someone bring some light on this ?

Thanks in advance,
Best,
Julien

[code]
git push -v --receive-pack=/opt/bin/git-receive-pack origin master
Pushing to j...@{my server IP}:/opt/git/jlnLib.git
Counting objects: 264, done.
Delta compression using up to 2 threads.
Compressing objects: 100% (255/255), done.
fatal: Unable to create temporary file: Permission denied
error: pack-objects died of signal 13
error: pack-objects died with strange error
error: failed to push some refs to 'j...@{my server IP}:/opt/git/
jlnLib.git'
[/code]

-- 
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.

Reply via email to