CenturyLinkLabs / golang-builder

Containerized build environment for compiling an executable Golang package and packaging it in a light-weight Docker container.
Apache License 2.0
398 stars 85 forks source link

Add GITHUB_TOKEN to allow go get from private repos #28

Open imjoshholloway opened 8 years ago

imjoshholloway commented 8 years ago

This solves the current issue of fatal: could not read Username for 'https://github.com': No such device or address when trying to import a private repository from github.

kl4n4 commented 7 years ago

+1 I ran into the same problem and this change would be really useful