admin管理员组

文章数量:1122846

When running commands in the terminal, the output is followed by hundreds of lines of the sort

dyld[56712]: <4192828F-8061-3E47-B212-A5EBA1CCAADF> /opt/homebrew/Cellar/git/2.47.1/bin/git
dyld[56712]: <548B061B-EF80-3713-94E9-78E7A5969EF5> /opt/homebrew/Cellar/pcre2/10.44/lib/libpcre2-8.0.dylib
dyld[56712]: <5F7A0FE3-9C24-3620-BEC5-2637320A1EFA> /opt/homebrew/Cellar/gettext/0.23/lib/libintl.8.dylib
dyld[56712]: <4FE36D56-90EC-378B-90AD-BB8B5A02CB79> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
dyld[56712]: <EE51876D-C336-3FB1-9E2F-3253C6907940> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
...
dyld[56712]: move loaded to delayed: BiomePubSub
dyld[56712]: move loaded to delayed: PoirotSQLite
dyld[56712]: move loaded to delayed: InternationalTextSearch
dyld[56712]: move loaded to delayed: CascadeSets
dyld[56712]: move loaded to delayed: libtailspin.dylib
dyld[56712]: move loaded to delayed: Osprey
dyld[56712]: move loaded to delayed: SiriTTS

These lines are appended only in subdirectories which are Git repositories. Opening a new terminal window also gets appended with these messages.

I tried setting DYLD_PRINT_WARNINGS, DYLD_LIBRARY_PATH, DYLD_INSERT_LIBRARIES, DYLD_PRINT_LIBRARIES_POST_LAUNCH to O in .zshrc, .bashrc and other files and reloading the terminals. Without any effect.

What did help is uninstalling Git. After reinstalling Git the issues return.

Help highly appreciated.

本文标签: gitUnable to suppress Dyld verbose messages in terminalStack Overflow