Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经设置了一个新的测试项目来看看如何使用git,所以我在创建项目时检查了git。然后我按下了创建按钮并收到了一个奇怪的警告(附加)。
然后我打开了项目,所有文件都标有 A(他们不应该)作为 git
应该在项目创建时提交它们。
知道如何为 git 配置用户吗?
我还尝试打开终端并用我的电子邮件从错误中写出一行。它没有用。
我使用 xcode 4.6.1
从终端执行以下两个命令应该确保您将来不会收到此错误:
git config --global user.email "IOS.DEV@mail.com" git config --global user.name "IOS DEV"