Xcode Couldn’t communicate with a helper application.
xcrun git config --global user.email 你电脑的名字@email.local
xcrun git config --global user.name "你电脑的名字"
本文介绍了一种常见的Xcode问题——无法与辅助应用程序通信,并提供了解决方案。通过使用特定命令配置git邮箱和用户名,可以有效解决该问题。
xcrun git config --global user.email 你电脑的名字@email.local
xcrun git config --global user.name "你电脑的名字"

被折叠的 条评论
为什么被折叠?