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

Invoke curl without using user's ~/.curlrc config #224

Merged
merged 2 commits into from
Apr 28, 2024

Conversation

bcspragu
Copy link
Contributor

The idea is that a ~/.curlrc can contain options that change the output, like -w, which can cause downstream tooling (like tar) to fail.

In this case, we want curl to behave consistently regardless of how the user has configured curl.

Fixes #223

The idea is that a `~/.curlrc` can contain options that change the output, like `-w`, which can cause downstream tooling (like `tar`) to fail.

In this case, we want `curl` to behave consistently regardless of how the user has configured curl.

Fixes jorgebucaran#223
@jorgebucaran
Copy link
Owner

I would also prefer --disable, but let's use -q, which was available before --disable was introduced.

Related jorgebucaran/fisher#771

@jorgebucaran jorgebucaran added the enhancement New feature or request label Apr 27, 2024
@bcspragu
Copy link
Contributor Author

Sounds good, done

@jorgebucaran jorgebucaran merged commit 41d6c4e into jorgebucaran:main Apr 28, 2024
@jorgebucaran
Copy link
Owner

Wonderful, thank you! 💯

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

NVM install fails with Invalid mirror or host unavailable for some ~/.curlrc files
2 participants