From: Jakub Narebski <jnareb@gmail.com>
To: Tomas Carnecky <tom@dbservice.com>
Cc: stuart <stuart@xnet.com>, git@vger.kernel.org
Subject: Re: Can I set up a GIT server w/o administration privileges on a Solaris machine?
Date: Fri, 05 Jun 2009 01:42:30 -0700 (PDT) [thread overview]
Message-ID: <m3eitz6php.fsf@localhost.localdomain> (raw)
In-Reply-To: <32C5F26D-7498-440C-8BF4-97AF137EF78F@dbservice.com>
Tomas Carnecky <tom@dbservice.com> writes:
> The default port of the git daemon is 9418. Unix systems usually don't
> require admin privileges to bind to port >1024. Maybe there's a
> firewall between you and the solaris box preventing you from
> connecting to such non-standard port? If you are sure there is no such
> thing, then simply fire up git-daemon and try to connect to it:
>
> (assuming /path/to/repo.git is the git repository on the server)
>
> server$ git-daemon --export-all --verbose \
> --base-path=/path/to/ /path/to/
> client$ git ls-remote git://<server>/repo.git
Use dashless form "git daemon" and not "git-daemon", otherwise
it cannot be found with modern git installation.
--
Jakub Narebski
Poland
ShadeHawk on #git
prev parent reply other threads:[~2009-06-05 8:42 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-06-04 16:35 Can I set up a GIT server w/o administration privileges on a Solaris machine? stuart
2009-06-04 17:34 ` Tomas Carnecky
2009-06-04 17:37 ` Tomas Carnecky
2009-06-05 8:42 ` Jakub Narebski [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=m3eitz6php.fsf@localhost.localdomain \
--to=jnareb@gmail.com \
--cc=git@vger.kernel.org \
--cc=stuart@xnet.com \
--cc=tom@dbservice.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.