We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
❯ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh info: downloading installer dyld: cannot load 'rustup-init' (load command 0x80000034 is unknown) sh: line 570: 671 Abort trap: 6 "$@" ❯ curl https://sh.rustup.rs -sSf | sh info: downloading installer dyld: cannot load 'rustup-init' (load command 0x80000034 is unknown) sh: line 570: 716 Abort trap: 6 "$@"
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
curl https://sh.rustup.rs -sSf | sh
my mac version High Sierra 10.13.6
No response
None
info: downloading installer dyld: cannot load 'rustup-init' (load command 0x80000034 is unknown) sh: line 570: 801 Abort trap: 6 "$@"
macOS 10.13.6 High Sierra
The text was updated successfully, but these errors were encountered:
See #3708.
Sorry, something went wrong.
No branches or pull requests
Verification
Problem
❯
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
info: downloading installer
dyld: cannot load 'rustup-init' (load command 0x80000034 is unknown)
sh: line 570: 671 Abort trap: 6 "$@"
❯
curl https://sh.rustup.rs -sSf | sh
info: downloading installer
dyld: cannot load 'rustup-init' (load command 0x80000034 is unknown)
sh: line 570: 716 Abort trap: 6 "$@"
my mac version High Sierra 10.13.6
Steps
Possible Solution(s)
No response
Notes
No response
Rustup version
None
Installed toolchains
OS version
macOS 10.13.6 High Sierra
The text was updated successfully, but these errors were encountered: