Tag Archives: git

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: Host my.servername.org Port 1234 … Continue reading

Posted in Technical HOWTOs | Tagged , , | Leave a comment

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 Ugly: MacPorts doesn’t tell you how to fix … Continue reading

Posted in Technical HOWTOs | Tagged , , | 2 Comments