使用Bitbucket私人存储库与Carthage要求密码

时间:2016-06-18 15:21:33

标签: git bitbucket carthage

我正在设置我刚刚创建的框架,然后上传到Bitbucket上的私人仓库。

我已将以下内容添加到我的Cartfile中:

git“https://myUsername@bitbucket.org/myUsername/myFramework.git

但是,当我运行carthage update --platform iOS时,我收到以下错误:

shell任务(/ usr / bin / env git clone --bare --quiet https://myUsername@bitbucket.org/myUsername/myFramework.git /Users/jack/Library/Caches/org.carthage.CarthageKit/dependencies/myFramework)失败,退出代码为128 : 致命:无法读取“https://myUsername@bitbucket.org”的密码:终端提示已禁用

你如何建议我这样做?

1 个答案:

答案 0 :(得分:1)

切换到在Bitbucket上使用您的帐户使用ssh密钥。 然后使用迦太基线:

git "git@bitbucket.org:<acct>/<repo>.git"