Do i have to pay a fee to set up a git server for private or commercial use?
Thanks in advance for my stupid question.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
No, git is free software – mostly GPL, with little bits of LGPL and other licenses mixed in. That is sufficient to run a server.
However, that only covers the core of git – if you want to use one of the web front ends you might have other licenses to contend with. The commonest front ends for hosting yourself, though, including gitweb and gitosis, are freely licensed.