Re: [git-users] git server on linux

2012-11-08 Thread Konstantin Khomoutov
On Thu, 8 Nov 2012 09:15:09 -0800 (PST)
John Smith  wrote:

> Do we need git binaries on the linux server? We have windows clients
> with Git setup and a linux server with ssh access. Do we need some
> Git binaries on the linux server?

Yes.

Please do a minimal research before asking a question like this.
The google query as simple as [1] yields lots of relevant HOWTOs.

Note that it might be a good idea to start using gitolite [2] right
away to not mess with creating a real user account on the server for
each member of your team.

Also note that for a sensible Linux-based OS, both Git and gitolite are
usually packaged, and to avoid pain in the neck consider first
installing them from packages rather than building from source etc.

1. http://www.google.com/search?q=git+ssh+server+setting+up
2. http://sitaramc.github.com/gitolite/master-toc.html

-- 




[git-users] git server on linux

2012-11-08 Thread John Smith
Do we need git binaries on the linux server? We have windows clients with 
Git setup and a linux server with ssh access. Do we need some Git binaries 
on the linux server?

--