Created
February 20, 2015 11:13
-
-
Save qutek/c5c87b0ba33673125e12 to your computer and use it in GitHub Desktop.
[Server][Git] Fixing git-receive-pack: command not found
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## Run on server | |
alias git-receive-pack="/usr/local/cpanel/3rdparty/bin/git-receive-pack" | |
## I still need to add it to my ~/.bashrc | |
export PATH=$PATH:"/usr/local/cpanel/3rdparty/bin" | |
## Also, on a side note the whole stdin: is not a TTY error can be fixed by removing the /home/git/.bashrc file. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment