pearkes / gethub

A utility for cloning and fetching your remote git repositories from GitHub.
MIT License
217 stars 266 forks source link

Custom Github Host #18

Closed mtchavez closed 9 years ago

mtchavez commented 9 years ago

Purpose

Github Enterprise has different API endpoints for running on your own custom domain. Allowing the user to customize the Github API host endpoint allows someone to use gethub with their own Enterprise Github.

Changes

Go build errors

I was unable to build using go 1.3 or 1.4 and had to do the following

pearkes commented 9 years ago

LGTM! Nice.