I've turned on debugging. Sometimes it works:
[rts-xeon:~/repos/mecharyan-git] ryan$ git fetch original_command: "git-upload-pack 'mecharyan/mainline.git'" user: "ryan" Querying /projects/mecharyan/repos/mainline/writable_by?username=ryan git-shell -c "git-upload-pack '/Library/Git/mecharyan/mainline.git'" Other times not so much: [rts-xeon:~/repos/mecharyan-git] ryan$ git fetch original_command: "git-upload-pack 'mecharyan/mainline.git'" user: "ryan" Querying /projects/mecharyan/repos/mainline/writable_by?username=ryan git-shell -c "git-upload-pack '/Library/Git/mecharyan/mainline.git'" Exception `Errno::E045' at /Library/WebServer/gitorious/script/ gitorious:53 - Operation not supported - git-shell Errno::E045 Operation not supported - git-shell /Library/WebServer/gitorious/script/gitorious:53:in `exec' /Library/WebServer/gitorious/script/gitorious:53 fatal error fatal: The remote end hung up unexpectedly [rts-xeon:~/repos/mecharyan-git] ryan$ This happens with push, pull, fetch - none of it consistently, but whenever it does it's always an exception on like 53 of script/ gitorious. If I run the same command in the shell as the git user, it always works so I assume this is some sort of ruby exec issue. Server is Mac OS X Server 10.5.5, git version is 1.6.1. Any ideas? -- Ryan Schwartz --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Gitorious" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/gitorious?hl=en -~----------~----~----~----~------~----~------~--~---
