Skip to content

uname_os_check: internal error #3

@lawdaywa

Description

@lawdaywa

I am having an issue with installing a project using this set of scripts and the error message says to file a bug here.
I am atempting to use goreleaser to install apex/up on windows 10 Home version: 1703 build: 15063.540
I haven't yet tried to replicate this issue on another windows machine as I am limited at the moment.
I did not have this issue on a virtual machine running ubuntu.
The error I am receiving is:

/usr/bin/sh: uname_os_check: internal error 'MSYS_NT-10.0' got converted to 'msys_nt-10.0' which is not a GOOS value. Please file bug
at https://github.com/client9/shlib

and the script I am attempting to use to install apex/up is this:

curl -sfL "https://github.com/raw/apex/up/master/install.sh" | sh

I have noticed that on my machine, uname returns:

C:\>uname
MSYS_NT-10.0

Whereas on an ubuntu virtual machine I happened to have running, uname returns:

vagrant@homestead:~$ uname
Linux

The uname_os_check script appears to be looking for the value "windows" on windows machines but it receives "MSYS_NT-10.0" instead, I am not sure if this is the desired behavior.
The administrator of apex/up believed that it might be a goreleaser issue but I am coming here first.
P.S. I'm not sure if it is good etiquette to put a thank you at the bottom of a new issue but ill put it anyways,
Thank you for your time.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions