search for: git_exec_path

Displaying 1 result from an estimated 1 matches for "git_exec_path".

2012 Sep 11
1
setup git in my godaddy server
...rectory (/var/chroot/home/content/xx/xxxxxxx/git). then I initialize git repository by git init --bare in my samplerepo.git then i add code in .bashrc file as follow export GIT_BIN=${HOME}/git export PATH=${GIT_BIN}/bin:${PATH} export LD_LIBRARY_PATH=${GIT_BIN}/lib:${LD_LIBRARY_PATH} export GIT_EXEC_PATH=${GIT_BIN}/libexec/git-core export PATH=/usr/local/bin:/usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin:/var/chroot/home/content/88/9228188/bin:/var/chroot/home/content/88/9228188/libexec/git-core And i add following code in front of my ssh key command="if [[ "x${SSH_ORIGINAL_COMMAND}...