* git: 'daemon' is not a git command. See 'git --help'.
@ 2011-05-30 10:58 Lucio Crusca
2011-05-30 11:27 ` Erik Faye-Lund
0 siblings, 1 reply; 3+ messages in thread
From: Lucio Crusca @ 2011-05-30 10:58 UTC (permalink / raw)
To: git
Hi *,
I'm very new to git and I'm trying to share a git repo on a Centos 5.6 server.
I've installaed git 1.7.4.1 with yum (I already had the epel repo setup).
git init, add, commit work as expected, but when I
# touch .git/git-daemon-export-ok
and
# git daemon
I get:
git: 'daemon' is not a git command. See 'git --help'.
And no git-daemon file can be found in /usr (find /usr -name git-daemon). Google
seems to be aware of this problem only about msysGit (windows).
What am I doing wrong?
Please CC me as I'm not subscribed, thanks.
Lucio.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: git: 'daemon' is not a git command. See 'git --help'.
2011-05-30 10:58 git: 'daemon' is not a git command. See 'git --help' Lucio Crusca
@ 2011-05-30 11:27 ` Erik Faye-Lund
2011-06-03 11:18 ` Michael J Gruber
0 siblings, 1 reply; 3+ messages in thread
From: Erik Faye-Lund @ 2011-05-30 11:27 UTC (permalink / raw)
To: Lucio Crusca; +Cc: git
On Mon, May 30, 2011 at 12:58 PM, Lucio Crusca <lucio@sulweb.org> wrote:
> Hi *,
>
> I'm very new to git and I'm trying to share a git repo on a Centos 5.6 server.
> I've installaed git 1.7.4.1 with yum (I already had the epel repo setup).
> git init, add, commit work as expected, but when I
>
> # touch .git/git-daemon-export-ok
>
> and
>
> # git daemon
>
> I get:
>
> git: 'daemon' is not a git command. See 'git --help'.
>
> And no git-daemon file can be found in /usr (find /usr -name git-daemon). Google
> seems to be aware of this problem only about msysGit (windows).
>
> What am I doing wrong?
A quick google search tells me that git-daemon is a separate package
for Red Hat.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: git: 'daemon' is not a git command. See 'git --help'.
2011-05-30 11:27 ` Erik Faye-Lund
@ 2011-06-03 11:18 ` Michael J Gruber
0 siblings, 0 replies; 3+ messages in thread
From: Michael J Gruber @ 2011-06-03 11:18 UTC (permalink / raw)
To: kusmabite; +Cc: Lucio Crusca, git
Erik Faye-Lund venit, vidit, dixit 30.05.2011 13:27:
> On Mon, May 30, 2011 at 12:58 PM, Lucio Crusca <lucio@sulweb.org> wrote:
>> Hi *,
>>
>> I'm very new to git and I'm trying to share a git repo on a Centos 5.6 server.
>> I've installaed git 1.7.4.1 with yum (I already had the epel repo setup).
>> git init, add, commit work as expected, but when I
>>
>> # touch .git/git-daemon-export-ok
>>
>> and
>>
>> # git daemon
>>
>> I get:
>>
>> git: 'daemon' is not a git command. See 'git --help'.
>>
>> And no git-daemon file can be found in /usr (find /usr -name git-daemon). Google
>> seems to be aware of this problem only about msysGit (windows).
>>
>> What am I doing wrong?
>
> A quick google search tells me that git-daemon is a separate package
> for Red Hat.
For future reference:
yum provides '*/git-daemon'
gives you the package providing that file.
Michael
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2011-06-03 11:19 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-30 10:58 git: 'daemon' is not a git command. See 'git --help' Lucio Crusca
2011-05-30 11:27 ` Erik Faye-Lund
2011-06-03 11:18 ` Michael J Gruber
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).