It almost seems that suddenly I can no longer communicate with my remote repository using git. Instead I receive the following error when using "git clone" or "git pull":
zsh: command not found: git-upload-pack fatal: The remote end hung up unexpectedly And this error when using "git push": zsh: command not found: git-receive-pack fatal: The remote end hung up unexpectedly After searching online, I found several "solutions" that point to PATH issues or permission issues. Well, here's what I know so far: 1. I ssh onto the remote machine just fine. 2. Running "echo $PATH" returns the following: /usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin 3. Running "which git" returns the following: /usr/local/bin/git 4. Running "which git-upload-pack" returns the following: /usr/local/bin/git-upload-pack 5. Running "which git-receive-pack" returns the following: /usr/local/bin/git-receive-pack 6. Running "git --version" returns the following (same for my local machine): git version 1.7.3.2 My remote machine is a Mac mini with OS X Leopard 10.5.8, 1.42 GHz PPC G4, 1 GB RAM. My local machine is a MacBook Pro with OS X Snow Leopard 10.6.4, 2.93 GHz Core 2 Duo, 4 GB RAM. I used Xcode to compile and install git on each machine. Any ideas? -- To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected]
