Dep install.sh installation fails on Windows/Git Bash: Installation requires your GOBIN directory C/bin to exist. · Issue #1895 · golang/dep

Ran $ curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh on a git bash instance on Windows 10 x64, with go1.10.2. What did you expect to see? Expected it to install dep. What ...