Fix: Curl No Match Found Error

Example:
curl https://code2care.org/data-api?date=20230801
Output:

zsh: no matches found: https://code2care.org/data-api?date=20230801


The fix is relatively simple, just make sure to wrap the URL with either single or double quotes.

Fix:
curl "https://code2care.org/data-api?date=20230801"
Fix - zsh- no matches found curl

Comments & Discussion

Facing issues? Have questions? Post them here! We're happy to help!