迦太基错误“证件不好”

时间:2016-09-19 17:07:32

标签: xcode7 carthage

说明:https://github.com/watson-developer-cloud/ios-sdk

错误:

*** Skipped downloading ios-sdk.framework binary due to the error:
"Bad credentials"

The following build commands failed:
    CompileSwift normal arm64
    CompileSwiftSources normal arm64 com.apple.xcode.tools.swift.compiler
(2 failures)

enter image description here

2 个答案:

答案 0 :(得分:5)

我得到了解决方案,以回应迦太基问题的争论:

1 - 编辑〜/ .gitconfig并添加以下内容:

[credential]<br>
  helper = osxkeychain<br>
[credential "https://github.com"]<br>
  username = willhains

(用您的GitHub用户ID替换willhains。)
2-通过HTTPS克隆私人仓库 3-OSX将提示您输入GitHub密码 4-run carthage update。

OR
您可以删除钥匙串访问和使用的github凭证表格。

希望这会有所帮助

答案 1 :(得分:2)

就我而言:

我更改了我的Github用户名和忘记更改本地凭据(仅限用户名)存储在Keychain Access中。

请将用户名更改为新用户名瞧!