9

我在使用 fastlane 和从 BitBucket 克隆 git repo 时遇到一些问题。我收到以下错误:

fatal: could not read Username for 'https://bitbucket.org': terminal prompts disabled
[17:21:34]: Exit status: 128
[17:21:34]: Error cloning certificates repo, please make sure you have read access to the repository you want to use
[17:21:34]: Run the following command manually to make sure you're properly authenticated:

我可以毫无问题地手动git clone执行 repo,但是当我使用 fastlane 运行它时,我遇到了问题。

4

2 回答 2

1
于 2018-02-17T20:14:01.763 回答
0

我有同样的问题,我添加了 githubkey 路径

match(git_private_key:"/Users/ajeetsharma/Desktop/Study/Fastlane/FastLaneDemo2/fastlane/gitHubKey")

它已经解决了

于 2020-10-25T16:45:58.433 回答