[grpc-io] Re: Trouble with java quickstart for grpc: unable to locate branch 1.6.1

2017-09-18 Thread Jeff Gaer
I was able to download the tar.gz file of the source and get it to build. Not sure why git was not working for me. -- You received this message because you are subscribed to the Google Groups "grpc.io" group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: [grpc-io] Re: Trouble with java quickstart for grpc: unable to locate branch 1.6.1

2017-09-18 Thread 'Eric Gribkoff' via grpc.io
I'm not sure why you're unable to checkout the tagged release. It is available on github (https://github.com/grpc/grpc-java/releases/tag/v1.6.1) and the command (git clone -b ...) works for me. Is it possible you're getting a cached version of grpc-java? Thanks, Eric On Mon, Sep 18, 2017 at

[grpc-io] Re: Trouble with java quickstart for grpc: unable to locate branch 1.6.1

2017-09-18 Thread Jeff Gaer
I get the same result with 1.6.1. I had tried the 1.6.2 just as a guess along with a variety of other versions. Sorry that I posted the wrong command line when I asked the questions. I'm guessing it is a git config issue, but I don't have a clue on where to look. There is not of lot of content