且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

如何使用Homebrew在macOS上安装具有PCRE支持的Git?

更新时间:2023-01-14 21:44:44

使用自制软件,只需使用

With homebrew, just use

brew reinstall --with-pcre2 git

它会强制从源代码构建git而不是下载瓶子,但要确保更新将在pcre支持下完成.

It forces to build git from source instead of downloading the bottle, but ensures that the updates will be done with the pcre support.