client9 / shlib

portable functions for posix shell environments
The Unlicense
360 stars 36 forks source link

MINGW64_NT-10.0-19045' got converted to 'mingw64_nt-10.0-19045 #42

Open labeedadar opened 1 year ago

labeedadar commented 1 year ago

I was trying to install 'Bearer' using the command line given in its git repo. i.e. "curl -sfL https://raw.githubusercontent.com/Bearer/bearer/main/contrib/install.sh | sh". I tried it on CMD it did not work so I used GitBash, it kinda worked but not properly. On GitBash it gave the following error. "Bearer/bearer crit uname_os_check 'MINGW64_NT-10.0-19045' got converted to 'mingw64_nt-10.0-19045' which is not a GOOS value. Please file a bug at https://github.com/client9/shlib".

Any insight on the issue?