Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

git

  1. pipetogrep

    Modern Git For Tiger And Leopard

    Sometimes you just need Git but you don't want to go through the hassle of compiling it on MacPorts. So here it is! http://macintoshgarden.org/apps/modern-git-tiger-and-leopard It's Git for Tiger and Leopard packaged using the "port mpkg git" command. I added the parts of the MacPorts...
  2. jannikmeissner

    macOS Code signing Issue? - Git not working

    Hi fellow MacRumors community members, I have an issue with Git, maybe someone has an idea how to fix it. Last night I finally got around to installing Big Sur 11.1 on my M1 MacBook Air, but now whenever I use the Git command in Terminal, it just outputs zsh: killed git pull I checked the...
  3. J

    Git SSL peer handshake failed, OSX Yosemite 10.10.5

    Hi, I have a macbook running OS X Yosemite 10.10.5. My git (2.5.4, Apple git-61) suddenly stopped working, with the error message "SSL peer handshake failed, the server most likely requires a client certificate to connect". I tried updating git, reconnecting to the server and signing out and...
  4. G

    macOS Mojave broke git

    I use my Mac for S/W development and use git as my version control tool. I have never wanted/needed X-code in the past so never installed it. I recently upgraded to Mojave and noticed my git no longer works. The error "missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun" appears...
  5. milke

    GitFinder, a new Git client for macOS with Finder integration

    Hi guys. I’m developing a new Git client for macOS, as the first product of my small company ZigZag. Its major feature is Finder integration, thus it aims to be what TortoiseGit is for Windows. Hence its name, GitFinder. The application is still in an early beta stage. Since it still isn't ready...
  6. C

    macOS Version Control (Git)

    If you guys are using git for your version control, there's an awesome terminal add-on for it (for free): https://www.npmjs.com/package/git-aware-terminal The link has a gif showing it in action which I embedded below.
  7. M

    iOS Git repository

    I'm looking at developing apps for the App Store but really don't want to pay for a private Git repository. I'm debating on just using the local git repository on my mac option, but I would rather have it on the web and privately so I can work on it between multiple computers without sharing my...