gpt4 book ai didi

git - Xcode 9 提交 : Couldn't communicate with helper application

转载 作者:IT王子 更新时间:2023-10-29 00:57:46 25 4
gpt4 key购买 nike

我最近更新到 OSX Sierra(来自 El Capitan)和 Xcode 9。我删除了所有兼容性问题(如自动布局问题),现在想提交到我的本地 gitrep。

出现以下错误:

enter image description here

我认为这可能与此处提到的 XCode 7 中出现的错误相同: Xcode and Git Source Control : “The working copy XXXXX failed to commit files”

enter image description here

但事实并非如此。我尝试了上面提到的解决方案。用户名和电子邮件已正确设置。我确实保存了所有内容,尝试重新启动机器和其他一些小事情。没有任何效果 - 我不能提交。

感谢任何帮助。

编辑

我通过手动提交并在之前添加更改来让它工作

git commit -a -m "Fixes"

一旦我进行了更多更改并在此处报告,如果再次发生这种情况,我会密切关注。

最佳答案

解决方案是使用 git 命令添加一次更改。使用终端并导航到 Xcode 项目文件夹。如果您在正确的文件夹中,则此命令:

ls -al

将列出一个 .git 文件夹。然后你就知道你来对地方了。然后执行

git commit -a -m "Commit title here"

在通过 Xcode 提交之后应该再次工作。

关于git - Xcode 9 提交 : Couldn't communicate with helper application,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46607843/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com