go version go1.8.3 darwin/amd64

osx 10.12.5


$ *go get -t -u -v  golang.org/x/tools*

Fetching https://golang.org/x/tools?go-get=1

Parsing meta tags from https://golang.org/x/tools?go-get=1 (status code 200)

get "golang.org/x/tools": found meta tag 
main.metaImport{Prefix:"golang.org/x/tools", VCS:"git", 
RepoRoot:"https://go.googlesource.com/tools"} 
at https://golang.org/x/tools?go-get=1

golang.org/x/tools (download)

# cd .; git clone https://go.googlesource.com/tools 
/Users/me/go/src/golang.org/x/tools

Cloning into '/Users/me/go/src/golang.org/x/tools'...

fatal: remote error: 



Invalid authentication credentials.


Please generate a new identifier:

  https://go.googlesource.com/new-password



package golang.org/x/tools: exit status 128

$


$ *git version*

git version 2.11.0 (Apple Git-81)


This would seem to break alot of software installs... so I am assuming 
there is just something misconfigured with my git on osx. But I can't seem 
to find it.


$ *git config -l*

user.name=Jason 

user.email=***notshown***

http.cookiefile=/Users/me/.gitcookies

alias.change=codereview change

alias.gofmt=codereview gofmt

alias.mail=codereview mail

alias.pending=codereview pending

alias.submit=codereview submit

alias.sync=codereview sync

$ 


Any suggestions for getting 'go get' of golang.org/x/tools working again?

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to