Git Server

Git Server

By 兰桂 吴

  • Category: Developer Tools
  • Release Date: 2015-11-21
  • Current Version: 1.5.2
  • Adult Rating: 4+
  • File Size: 16.41 MB
  • Developer: 兰桂 吴
  • Compatibility: Requires iOS 10.10 or later.

Description

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 / devices. 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://"/"https://" protocols 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: Can I use the 80/443 ports in Git Server? A: You can use these ports on macOS Mojave(10.14) or later. Q: I'm getting "SSL certificate problem: self signed certificate" error? A: Please turn off SSL verification via `git config --global http.sslVerify false` or run the git command with the `-c http.sslVerify=false` option (e.g., `git -c http.sslVerify=false clone https://hostname/git/repo.git`).

Screenshots

Reviews

  • Garbage. Does not work.

    1
    By WApatriot
    Had the same issue reported by the other buyer: some unidentified problem with starting git. No response to my comment requesting support. Want my money back.
  • “git cannot be opened because of a problem"

    2
    By Murrrphy
    This is what I get every time I try to access GitWeb that is being served by Git Server: “git cannot be opened because of a problem”, I’m running the git that comes with Xcode (git version 2.5.4 (Apple Git-61)). I attempted to follow the “Git Server Support” link here in the app store but it just takes me to the brief website for “Git Server” (along with all the other products they create) and other than leaving a comment on the “Git Server” page I don’t see any sort of actual support. Hopefully someine at langui.net can let me know what’s going on here and get it fixed or at least refund my $6.99.

keyboard_arrow_up