Tomas Carnecky <tom@xxxxxxxxxxxxx> 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 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html