Hey! For debugging, dump the output to a log:
`curl -v -O [url] 2> curl.log`
Then check `curl.log` for errors. Often, it’s a SSL cert issue—fix with `--insecure` (but only if you trust the source!).
`curl -v -O [url] 2> curl.log`
Then check `curl.log` for errors. Often, it’s a SSL cert issue—fix with `--insecure` (but only if you trust the source!).
