2016-09-19 8 views
0

指示: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

+0

[Carthageの更新エラー:「GitHub API要求が失敗しました:不正な資格情報」](http://stackoverflow.com/questions/35790585/carthage-update-error-github-api-request-failed-bad-資格情報) – Jano

答えて

1

私が上げwillhainsカルタゴの問題に対応して解決策を得た:

1 - 編集〜/ .gitconfigと入力して次の行を追加します。

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

(あなたのGitHubユーザーIDで賛否両論を置き換えてください)
2 HTTPS経由でプライベートレポをクローンします。
3-OSXはGitHubのパスワードを要求します。
4ランカートゥージ更新。

OR
あなたはあなたのキーチェーンアクセスをgithubの資格フォームを削除し、使用することができますが...これは私の場合のために

+0

キーチェーンアクセスからgithub資格情報を削除しました – jpsstack

+0

あなたのために働いたのですか? –

+0

はい、それは、ありがとう – jpsstack

0

を助ける

希望:

私は私のGitHubのユーザー名を変更し、キーチェーンアクセスにローカル資格情報(ユーザー名のみ)を保存するのを忘れた

ユーザー名を新しいものに変更してください。