- SSH into your account
- pico -w .bash_profile
- Add the following to end of the "PATH" variable: :/usr/local/cpanel/3rdparty/bin/
- Save your changes
- Reload: source ~/.bash_profile
- Confirm your path new includes the new location: echo $PATH
- Confirm that git works: git --version
Setup SSH in your cPanelaccount to use Git which is accessible from the command line ("git"). If you are unable to access the application, do the following:
- 2 Users Found This Useful