Category:
git

Fix git-upload-pack and git-receive-pack errors on shared hosting

by
on
February 24, 2011

When pulling from a remote git repository located on shared hosting you will get the “git-upload-pack: command not found” error. A similar error occurs with the git-receive-pack when doing a push as well. This occurs when git is installed locally (in your home directory), and not system wide because git cannot locate these binaries. Normally [...]

Read More
2 Comments
git
Copyright 2008-2010 WiredRevolution.com. All rights reserved.