Quantcast
Browsing latest articles
Browse All 3 View Live

Installing git with MacPorts

The Good: MacPorts makes git, the new source version control system hotness, available to Mac users. The Bad: MacPorts sometimes has attitude, and poops out trying to compile or install packages. The...

View Article


Accessing git over ssh on a non-standard port

Simple ssh access to a git repo can be sufficient for a small dev team–but what if you’re using a non-standard ssh port? The solution–do as Linus says. Use ~/.ssh/config. My config now looks like this:...

View Article


HOWTO: Fix git-gui’s “Spell checking is unavailable” dialog

Launching git gui from the command line, when built with MacPorts, causes an irritating dialog to pop up: The solution is simple: [crayon-54330e359b14a314772659/]

View Article
Browsing latest articles
Browse All 3 View Live