解决更新Xcode以后使用Git报错的问题

更新Xcode以后使用Git报错:

bixiaopeng@bixiaopengtekiMacBook-Pro SecondApp$ git pull


Agreeing to the Xcode/iOS license requires admin privileges, please re-run as root via sudo.

解决办法:

第一步: 输入下面的命令

bixiaopeng@bixiaopengtekiMacBook-Pro SecondApp$ sudo xcodebuild -license
Password:

第二步: 同意Xcode条款

输入密码后要求你必须同意下面两个Xcode条款.

You have not agreed to the Xcode license agreements. You must agree to both license agreements below in order to use Xcode.

Hit the Enter key to view the license agreements at '/Applications/Xcode.app/Contents/Resources/English.lproj/License.rtf'

按照提示点击Enter键来查看条款.

pple Inc.

Xcode and Apple SDKs Agreement

PLEASE SCROLL DOWN AND READ ALL OF THE FOLLOWING TERMS AND CONDITIONS CAREFULLY BEFORE USING THE APPLE SOFTWARE OR APPLE SERVICES.  THIS IS A LEGAL AGREEMENT BETWEEN YOU AND APPLE.  IF YOU AGREE TO BE BOUND BY ALL OF THE TERMS AND CONDITIONS, CLICK THE “AGREE” BUTTON.  BY CLICKING “AGREE” OR BY DOWNLOADING, USING OR COPYING ANY PART OF THIS APPLE SOFTWARE OR USING ANY PART OF THE APPLE SERVICES, YOU ARE AGREEING ON YOUR OW
... 巴拉巴拉一大堆...

By typing 'agree' you are agreeing to the terms of the software license agreements. Type 'print' to print them or anything else to cancel, [agree, print, cancel] 

点击空格看到最后,输入agree来同意条款.

agree

You can view the license agreements in Xcode's About Box, or at /Applications/Xcode.app/Contents/Resources/English.lproj/License.rtf

然后就可以正常使用git了.

bixiaopeng@bixiaopengtekiMacBook-Pro SecondApp$ git pull
Already up-to-date.
发布了188 篇原创文章 · 获赞 421 · 访问量 297万+

猜你喜欢

转载自blog.csdn.net/wirelessqa/article/details/48649981