google / oauth2l

oauth2l ("oauth tool") is a simple CLI for interacting with Google API authentication.
Apache License 2.0
643 stars 81 forks source link

go get error #65

Closed LarryKetone closed 4 years ago

LarryKetone commented 5 years ago

This is what i get when i run the go get coomand

git pull --ff-only There is no tracking information for the current branch. Please specify which branch you want to merge with. See git-pull(1) for details.

git pull <remote> <branch>

If you wish to set tracking information for this branch you can do so with:

git branch --set-upstream-to=<remote>/<branch> master
andyrzhao commented 5 years ago

@LarryKetone Did you get past this issue? You can use "-v" flag with "go get" to print out more info. For example: go get -v -u github.com/google/oauth2l

sethvargo commented 4 years ago

Any fetch errors should be fixed with the introduction of go modules and vendoring dependencies. If you're still experiencing problems, can you please follow the new steps in the README and open a new issue? Also note that we have precompiled binaries available not (link is in the README). Thanks!