On Mon, Jul 9, 2012 at 8:31 PM, Chandra Sekar S <
chand...@gmail.com> wrote:
> When I try to "go get" a private bitbucket repo, I get a "401 UNAUTHORIZED".
> Is there anyway to pass the basic auth detail for go get to pass on to git?
What I have done is manual mkdir of the appropriate directory and then
manual done a git clone. Once the local git repo is initialized, "go
get" etc can fetch updates if you teach git about your credentials
either via ssh keys or .netrc for https.
Thanks,
Tarmigan