简体   繁体   English

XCode推送到AWS CodeCommit - >发生未知错误

[英]XCode Push to AWS CodeCommit -> Unknown Error Occurred

I have set up a git repository using AWS CodeCommit. 我使用AWS CodeCommit建立了一个git存储库。 I can push, pull, etc from the terminal with success. 我可以成功地从终端推送,拉动等。 I can also pull in Xcode with success. 我也可以成功吸引Xcode。 I am using SSH for the protocol. 我使用SSH作为协议。

When I try to push, Xcode presents a prompt saying "An unknown error occurred." 当我尝试推送时,Xcode会提示“发生未知错误”。 There are no other details available. 没有其他详细信息。

The odd part is that the code seems to be pushing correctly to the repository. 奇怪的是,代码似乎正在正确地推送到存储库。

I don't like receiving an error message because it leaves me apprehensive that there might actually be a problem at some point in the future that I might overlook. 我不喜欢收到错误消息,因为它让我担心将来某些时候可能会出现问题,我可能会忽略。

Is there a way to troubleshoot and/or solve this error message? 有没有办法解决和/或解决此错误消息?

It looks like it was a bug in XCode. 看起来它是XCode中的一个错误。 After updating to XCode 8, the problem is solved. 更新到XCode 8后,问题得以解决。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM