Tuesday, December 1, 2015

Git Server Installation Options for Windows

Install Git Server on Windows

    If you are OK to install Git server on Linux, GitLab Community Version is the best options free of charge. It's just like a GitHub Server on you Local Network.
    If you prefer to host your Git server on Windows, here is some of the options as of December, 2015.
  1. Bitbucket by Atlassian Stash, developed with Java: 
    1. for up to 10 users, one-time $10 payment, 30 days try.
    2. Close integration with JIRA, as it come from same company.
    3. Close integration with Confluence (which is $120/year).
    4. Also Git GUI Client -- SourceTree same company is very good.
  2. Bonobo Server: Developed with .Net. Free and open source, hosted on IIS for windows. 
  3. GitStack: Run on Apache and Python. $720/year for up to 10 users. 30 days try.
   More information is also available here.

Install Git Client on Windows

Install git command tools is required for run scripts and future trouble shooting. install:
  • Git-2.6.3-64-bit.exe -- Git Command Line tools
  • git-credential-winstore.exe -- remember user name and password on your PC
  • SourceTreeSetup_1.6.25.exe -- GUI for Git command line tools
In order to use Git command line, run:
  1. git config --global user.name "Emma Paris"
  2. git config --global user.email "eparis@atlassian.com"

0 Comments:

Post a Comment

Subscribe to Post Comments [Atom]

<< Home