支持系统
OS X 10.10
价格
45
下载次数
157
官方网站
Git Server allows you to easily install and manage a fully-functional Git server on the macOS platform. Host Git repositories on your own Mac computer, and you have the max control over your source code. No source code leak, no monthly fee, no long-haul network links, everything is right beside you! Git Server uses HTTP basic authentication to password protect your Git repositories, you can create arbitrary Git users without touching your system accounts. Git Server acts as a central server where you can push your local changes to and share your code with other people / computers. You can finish the setup process in minutes: 1. Create a Git repository 2. Create a Git user account 3. Set permissions for the repository 4. Start the Git service 5. You can access the Git repository now Setup your own Git Server, and start creating great stuffs now! * FAQ Q: What kind of protocols does Git Server support? A: Git Server provides Git service over the "http://" protocol and it listens on port 8181 by default. Q: I'm getting the 403 error? A: Please make sure that you've assigned a user/group to the repository and that the current Git user account has read/write access to the repository. Q: Why can't I use the 80 port in Git Server? A: The ports below 1024 are reserved for root users only, but a sandboxed app can't ask for root privileges, so you can not use those ports in Git Server.