You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Invoke curl without using user's ~/.curlrc config (#224)
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.
Fix#223
0 commit comments