Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(install): Disable the script on git-bash #741

Merged
merged 5 commits into from
Nov 17, 2020
Merged

Conversation

BYK
Copy link
Member

@BYK BYK commented Nov 17, 2020

We kept getting issue reports that we traced down to git-bash which doesn't seem to play nice with Docker for Windows with bind mounts. This PR uses the existence of $MSYSTEM to detect git-bash and exit early with a relevant message.

We kept getting issue reports that we traced down to `git-bash` which doesn't seem to play nice with Docker for Windows with bind mounts. This PR uses the existence of `$MSYSTEM` to detect `git-bash` and exit early with a relevant message.
@BYK
Copy link
Member Author

BYK commented Nov 17, 2020

Related: #705 (comment)

/cc @SDohle

install.sh Outdated Show resolved Hide resolved
Co-authored-by: Chad Whitacre <chadwhitacre@sentry.io>
@BYK BYK merged commit bee98fd into master Nov 17, 2020
@BYK BYK deleted the byk/fix/disable-on-git-bash branch November 17, 2020 17:35
@github-actions github-actions bot locked and limited conversation to collaborators Dec 14, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants