[Rails] setup git in my godaddy server

2012-09-11 Thread Saravanan P
Hello everyone, I know this is not correct place to ask this question but please help if you know As mentioned some tutorial, i install git version 1.7.3.4 in home directory (/var/chroot/home/content/xx/xxx/git). then I initialize git repository by git init --bare in my samplerepo.git

Re: [Rails] setup git in my godaddy server

2012-09-11 Thread Saravanan P
Hello there, I solved the problem by editing the following code as escaping some of the quotes with backslashes: command=”if [[ \x${SSH_ORIGINAL_COMMAND}x\ == \xx\ ]]; then /bin/bash; else source ~/.bashrc; eval \”${SSH_ORIGINAL_COMMAND}\”; fi; ” On Tue, Sep 11, 2012 at 12:55 PM, Saravanan P