Git

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:
  1. SSH into your account
  2. pico -w .bash_profile
  3. Add the following to end of the "PATH" variable: :/usr/local/cpanel/3rdparty/bin/
  4. Save your changes
  5. Reload: source ~/.bash_profile
  6. Confirm your path new includes the new location: echo $PATH
  7. Confirm that git works: git --version
  • 2 Users Found This Useful
Was this answer helpful?

Related Articles

Site Render/Access Problems

If you are having issues with the rendering of your site, consider the following:   You have...

MySQL Usage Limits

Psyphire allows each account a maximum of 25 simultaneous MySQL connections on shared servers....

Backup Options

Backup Your AccountThere are several options available to you for backing up your data:...

Dedicated IPs

You can get one (1) Dedicated IP address per account.  The dedicated IP address must be assigned...

Restricted PHP Settings

By default, new accounts use PHP 5.6.  However, you can optionally choose from other versions...