You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
julia> git() do git
readchomp(`$(git) --help`)
end
dyld: Library not loaded: @rpath/libpcre2-8.0.dylib
Referenced from: /Users/sabae/.julia/artifacts/592d01a4f901d3676d38410fd6520d335612c691/bin/git
Reason: Incompatible library version: git requires version 10.0.0 or later, but libpcre2-8.0.dylib provides version 8.0.0
It looks like the libpcre that is bundled with Julia 1.4 is incompatible with the libpcre that git is trying to load.
The text was updated successfully, but these errors were encountered:
It looks like the libpcre that is bundled with Julia 1.4 is incompatible with the libpcre that git is trying to load.
The text was updated successfully, but these errors were encountered: