Matthew,

I ran these on the server as you suggested

$ cd /usr/local/bin
$ sudo ln -s /usr/local/git/bin/* .

but the error is still there.


# ====================
# From my workstation
# ====================

$ cd '/data/git/sandbox/tmp/'

$ pwd
  ---> /data/git/sandbox/tmp

$ git status
  ---> # On branch master
  ---> nothing to commit (working directory clean)

# ====================
# ERROR (next command)
# ====================
$ git push origin master
  ---> Password:
  ---> bash: git-receive-pack: command not found
  ---> fatal: The remote end hung up unexpectedly

# worked ok with the new symlinks, but still the same problem.

$ git push origin master --receive-pack=/usr/local/bin/git-receive-pack
  ---> Password:
  ---> Everything up-to-date
$ 

I restored the server boot disk from an earlier backup, and started over 
again by getting the osx installer from the git official site.
----------
Latest stable release (download installer)
1.7.11.1
Release Notes (2012-06-21)

http://git-scm.com/download/mac
----------

Double clicked on the installer from the git site, installed and restarted 
the server. After it came up to speed I checked :

$ which git
  ---> /usr/local/git/bin/git

Which shows a non standard path as you can see.

BIll Hernandez
Plano, Texas

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/trac-users/-/SdMpiU2I6GMJ.
To post to this group, send email to trac-users@googlegroups.com.
To unsubscribe from this group, send email to 
trac-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en.

Reply via email to