-
Notifications
You must be signed in to change notification settings - Fork 12
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
no matches found
for example download command
#155
Comments
@kabilar You need to remove the underscores around " |
Hi @jwodder, the same error occurs with this change. Command
|
@kabilar Cannot reproduce. Are you using a shell that is configured to error when an argument contains a wildcard (here |
Thank you, @jwodder. That fix solved my error. I don't recall specially configuring anything. I am using the default zsh on MacOS. Should we update our docs (i.e. Handbook and Resource Identifiers) to say that quotes are needed for some systems? Command that worked:
|
For the first one I filed For the 2nd, I was "not sure" since AFAIK it is quite atypical for a shell to interpret ❯ echo 1?2
1?2 But damn that OSX, indeed it brings this "super power" dang it: yoh@datalads-imac2 ~ % echo 1?2
zsh: no matches found: 1?2
yoh@datalads-imac2 ~ % echo "1?2"
1?2
yoh@datalads-imac2 ~ % echo $SHELL
/bin/zsh So may be we indeed should or since it is not specific to only this case, might be worth adding a note here but creating some generic "Troubleshooting" describing resolution here? |
Hi @jwodder @yarikoptic, when running the example command below that is from our Handbook, I receive an error even though the directory exists. I am having a tough time understanding what the URL pattern should be based on the Resource Identifiers docs.
Command
Error
Thank you.
The text was updated successfully, but these errors were encountered: