No, it seems to 302 redirect me back to the main page at /brew-install
Maybe a permissions thing, I’d assume
Yep, I need to get someone else to tweak it
As a first usage report, I was able to build the zip file from Windows itself, versus Unix, in the MinGW64 environment that comes with Git for Windows. I needed to install maven and zip first via cinst maven
and cinst zip
(along with all the other murky messing about you need to do with get git /ssh / etc to work)
Next obvious problem is that the win-install.ps1
script winds up inside the clojure-tools.zip
file but is written to first look for that zip file and then download it from http://clojure.org if it isn't there.
That’s probably due to some historical changing of install ideas but I don’t honestly remember