git-grep -PでPCRE(Perl Compatible Regular Expressions)を使おうと思ったら下記のようなエラーが発生。
fatal: cannot use Perl-compatible regexes when not compiled with USE_LIBPCRE
-with-pcreオプションををつけてgitを再インストールすればOK
brew unlink git
brew install git --with-pcre
Go to list of users who liked
More than 5 years have passed since last update.
git-grep -PでPCRE(Perl Compatible Regular Expressions)を使おうと思ったら下記のようなエラーが発生。
fatal: cannot use Perl-compatible regexes when not compiled with USE_LIBPCRE
-with-pcreオプションををつけてgitを再インストールすればOK
brew unlink git
brew install git --with-pcre
Register as a new user and use Qiita more conveniently
Go to list of users who liked