Ohmyzsh: zsh: no matches found: issue#354

Created on 18 Apr 2018  路  1Comment  路  Source: ohmyzsh/ohmyzsh

Most helpful comment

The # (hash) character is used in extended globbing to match filenames. You need to put the file in quotes so that zsh doesn't interpret it as a globbing character: git merge "issue#354".

>All comments

The # (hash) character is used in extended globbing to match filenames. You need to put the file in quotes so that zsh doesn't interpret it as a globbing character: git merge "issue#354".

Was this page helpful?
0 / 5 - 0 ratings