Re: [git-users] Git gone :(

2012-04-10 Thread Wes Freeman
For the record, I think your question was perfectly reasonable for this forum. It is related to git installation/configuration on a particular OS. This group doesn't get much traffic, as it is--if we tell people to go elsewhere to solve their problems, it will just continue to be a ghost town. Her

Re: [git-users] Git gone :(

2012-04-10 Thread Paul Hollyer
On Tuesday, April 10, 2012 3:21:04 PM UTC+1, Konstantin Khomoutov wrote: > > On Tue, 10 Apr 2012 06:46:12 -0700 (PDT) > Paul Hollyer wrote: > > > > env $PATH > > > to see what your path looks like. > [...] > > Thanks for the quick replies, here is the result of env $PATH: > > > > env: > > >

Re: [git-users] Git gone :(

2012-04-10 Thread Konstantin Khomoutov
On Tue, 10 Apr 2012 06:46:12 -0700 (PDT) Paul Hollyer wrote: > > env $PATH > > to see what your path looks like. [...] > Thanks for the quick replies, here is the result of env $PATH: > > env: > /root/local/bin:/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/bin:/bin:/usr/> > sbin:/s

Re: [git-users] Git gone :(

2012-04-10 Thread Wes Freeman
Yeah, that will probably fix it. The longer answer is: you probably shouldn't be running git as root (especially over ssh). Wes On Tue, Apr 10, 2012 at 10:06 AM, Michael P. Soulier < msoul...@digitaltorque.ca> wrote: > On 10/04/12 Paul Hollyer said: > > > Thanks for the quick replies, here is th

Re: [git-users] Git gone :(

2012-04-10 Thread Michael P. Soulier
On 10/04/12 Paul Hollyer said: > Thanks for the quick replies, here is the result of env $PATH: > > env: > /root/local/bin:/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/rvm/bin:/root/bin: > > No such file or directory > > I assumed re-installin

Re: [git-users] Git gone :(

2012-04-10 Thread Paul Hollyer
On Tuesday, April 10, 2012 1:52:22 PM UTC+1, Wes Freeman wrote: > > Yes, do: > env $PATH > to see what your path looks like. > Hi guys, Thanks for the quick replies, here is the result of env $PATH: env: /root/local/bin:/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/bin:/bin:/usr/

Re: [git-users] Git gone :(

2012-04-10 Thread Wes Freeman
Yes, do: env $PATH to see what your path looks like. It's possible that your .bash_profile was broken or something. Wes On Tue, Apr 10, 2012 at 8:43 AM, Michael P. Soulier < msoul...@digitaltorque.ca> wrote: > On 10/04/12 Paul Hollyer said: > > > Hi, > > > > I have a Centos5 server, with a numb

Re: [git-users] Git gone :(

2012-04-10 Thread Michael P. Soulier
On 10/04/12 Paul Hollyer said: > Hi, > > I have a Centos5 server, with a number of repos set up to upload work to. I > have come in to work this morning, having pushed updates to the server a > few days ago, Easter Friday, and not touched the server since. > > When I tried to push work this mo

[git-users] Git gone :(

2012-04-10 Thread Paul Hollyer
Hi, I have a Centos5 server, with a number of repos set up to upload work to. I have come in to work this morning, having pushed updates to the server a few days ago, Easter Friday, and not touched the server since. When I tried to push work this morning, I got an error saying: git-receive-pac