Re: [go-nuts] Re: go and cygwin!

2017-12-16 Thread Frank Davidson
Created issue #23155 https://github.com/golang/go/issues/23155 -- 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

Re: [go-nuts] Re: go and cygwin!

2017-12-16 Thread Frank Davidson
Can you install ancillary programs like mosh and openSSH, etc, on Git Bash? I’ll open an issue, but I would think that the Go team probably doesn’t want to be chasing around every possible shell/emulator and not sure I’m a good enough programmer to create a decent pull request! Frank On Sat, Dec

[go-nuts] Re: go and cygwin!

2017-12-16 Thread Mandolyte
If not wedded to cigwin try git bash. I liked it much better personally and it gave most of the same benefits -- 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

[go-nuts] Re: go and cygwin!

2017-12-15 Thread Volker Dobler
On Friday, 15 December 2017 20:24:25 UTC+1, Frank Davidson wrote: > > I'm having trouble with go get and cygwin. I get a bad directory: > > [...] > fatal: Invalid path > '/home/davidfr/gocode/C:\cygwin\home\davidfr\gocode\src\golang.org\x\tools': > No such file or directory > [...] > > Anyone

[go-nuts] Re: go and cygwin!

2017-12-15 Thread Frank Davidson
I'm having trouble with go get and cygwin. I get a bad directory: davidfr@mybox ~/gocode $ go get golang.org/x/tools/cmd/... # cd .; git clone https://go.googlesource.com/tools C:\cygwin\home\davidfr\gocode\src\golang.org\x\tools Cloning into