First I installed GIT via SSH connection following this tutorial.

Now the fun starts.  Ran into a problem with git clone.  Can’t use git: protocol on shared IP with bluehost.  Had to try with http: protocol instead.

Get the following error:

git clone http://github.com/michaeldv/fat_free_crm.git
Initialized empty Git repository in /home2/brintech/public_html/ffcrm/fat_free_crm/.git/
Initialized empty Git repository in /home2/brintech/public_html/ffcrm/fat_free_crm/.git/
got 1a134074c53bb90f4d0847ac9c22cab72f647633
walk 1a134074c53bb90f4d0847ac9c22cab72f647633
Getting alternates list for http://github.com/michaeldv/fat_free_crm.git
Getting pack list for http://github.com/michaeldv/fat_free_crm.git
error: Unable to verify pack 16a770c658d998e894c4276da081e0dcc4d095ca is available
error: Unable to verify pack 0f69ae6ebcf89917439967dcbc096c75b0dfac37 is available
error: Unable to verify pack 6976ca61c8edb6e8e10ad86590f61a6c9839507b is available
error: Unable to verify pack caa83ea05b76866e57e415593863b171a83e28de is available
error: Unable to verify pack cc43c78260dde3f87db00626eacb5922264a102c is available
error: Unable to verify pack 593f6cb18e632905f9bfd865aa43f03bcc68c576 is available
error: Unable to verify pack 265d6be90974e557ff6281d70a3e745f53dbf6e2 is available
error: Unable to verify pack ae8d5d6e446cb6583e91908c319cbf55d6a3260a is available
error: Unable to verify pack 71d97373474ea2a84e422ae318e4731b9e7e628d is available
error: Unable to find c8498473cf32d02975e591fd5137069c3986c3fb under http://github.com/michaeldv/fat_free_crm.git
Cannot obtain needed object c8498473cf32d02975e591fd5137069c3986c3fb
while processing commit 1a134074c53bb90f4d0847ac9c22cab72f647633.
fatal: Fetch failed.