Problems with repack during push

2012-09-10 Thread Rob Marshall
Hi, Whenever I do a git push origin of a new branch I see: Auto packing the repository for optimum performance. /usr/local/libexec/git-core/git-sh-setup: line 241: uname: command not found /usr/local/libexec/git-core/git-repack: line 56: rm: command not found

Re: Problems with repack during push

2012-09-10 Thread Matthieu Moy
Rob Marshall rob.marshal...@gmail.com writes: If I do a 'git repack' it works fine, so are these messages coming from the remote server? I guess so, and your remote server has a restricted environment (chroot or so) with very few commands allowed, which prevents shell-scripts from executing

Re: Problems with repack during push

2012-09-10 Thread Rob Marshall
OK, thanks. I'll check with the guy who set up the server. Rob On 9/10/12 12:26 PM, Matthieu Moy wrote: Rob Marshall rob.marshal...@gmail.com writes: If I do a 'git repack' it works fine, so are these messages coming from the remote server? I guess so, and your remote server has a