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 have any tips?
>
>
Yes, but none you'll like. To me it seems impossible to
get it to work. go get is using absolute paths and these
do not play well with cygwin given that you have to use
a Windows-style GOPATH on cygwin.

You'll have to use a Windows-aware shell with Windows
path git. It's a PITA.

Maybe go get could detect Cygwin? Want to open an issue?

V.

-- 
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