I have tried all the answers provided in Installing GVM using Cygwin - Proxy Issues to no avail. I have tried other variations as well. Not sure what I might be missing. Console below. Password in tics for special characters. Ideas?
[~]$curl -v -x {myproxy}:80 -u {myusername}:'{mypassword}' get.gvmtool.net | bash
-bash: $'\302\226curl': command not found
[~]$ curl -v -x {myproxy}:80 -u {myusername}:'{mypassword}' get.gvmtool.net | bash
-bash: $'\302\226curl': command not found
[~]$ curl -v -x {myproxy}:80 -L get.gvmtool.net | bash
-bash: $'\302\226curl': command not found
[~]$ curl -v -x {myproxy}:80 get.gvmtool.net | bash
-bash: $'\302\226curl': command not found
[~]$ curl -v -x {myproxy} get.gvmtool.net | bash
-bash: $'\302\226curl': command not found
[~]$ curl -v -x http://{myproxy} get.gvmtool.net | bash
-bash: $'\302\226curl': command not found
[~]$ curl -v -x http://{myusername}:'{mypassword}'@{myproxy} get.gvmtool.net | bash
-bash: $'\302\226curl': command not found
[~]$ curl -v -x http://{myusername}:'{mypassword}'@{myproxy} -L get.gvmtool.net | bash
-bash: $'\302\226curl': command not found
thanks, pak. for anybody coming across this, the answer was to actually type in the command. i must have been cutting and pasting.