You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am not experienced with go; so please excuse me if this is not really an issue.
Running the latest golang (1.12.7) on Windows 10 in Git Bash I get this error:
$ make release/tfenv
C:/Program Files (x86)/GnuWin32/bin/make go/build
/usr/bin/sh: -c: line 0: syntax error near unexpected token `('
/usr/bin/sh: -c: line 0: `C:/Program Files (x86)/GnuWin32/bin/make go/build'
make: *** [release/tfenv] Error 1
The documentation says I should use "make go/build" but that is not a valid make target. This probably has to do with the command "shell" not being installed with Git Bash.
Please advise on how to build on Windows 10 with Git Bash.
The text was updated successfully, but these errors were encountered:
I am not experienced with go; so please excuse me if this is not really an issue.
Running the latest golang (1.12.7) on Windows 10 in Git Bash I get this error:
The documentation says I should use "make go/build" but that is not a valid make target. This probably has to do with the command "shell" not being installed with Git Bash.
Please advise on how to build on Windows 10 with Git Bash.
The text was updated successfully, but these errors were encountered: