Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/ios/96.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Ios Fastlane设置-致命:无法读取';https://<;组织>@dev.azure.com';:终端提示已禁用_Ios_Git_Code Signing_Fastlane - Fatal编程技术网

Ios Fastlane设置-致命:无法读取';https://<;组织>@dev.azure.com';:终端提示已禁用

Ios Fastlane设置-致命:无法读取';https://<;组织>@dev.azure.com';:终端提示已禁用,ios,git,code-signing,fastlane,Ios,Git,Code Signing,Fastlane,我正在尝试在MacBook中为iOS证书和配置文件同步设置Fastlane。当我执行命令sudofastlainmatchdevelopment--readonly时,我得到以下错误信息 到底是什么?我猜终端正在阻止我输入匹配密码的提示。我不明白我为什么要面对这个问题,我也有权访问存储库。通常,密码会缓存在您的凭证存储中(Mac上的osxkeychain),但对于您当前的用户而言。 您正在以root的身份执行该命令 检查: 如果您有凭证帮助器集(使用您的帐户) 如果您的凭据已存储 gi

我正在尝试在MacBook中为iOS证书和配置文件同步设置Fastlane。当我执行命令sudofastlainmatchdevelopment--readonly时,我得到以下错误信息


到底是什么?我猜终端正在阻止我输入匹配密码的提示。我不明白我为什么要面对这个问题,我也有权访问存储库。

通常,密码会缓存在您的凭证存储中(Mac上的osxkeychain),但对于您当前的用户而言。
您正在以
root
的身份执行该命令

检查:

  • 如果您有凭证帮助器集(使用您的帐户)

  • 如果您的凭据已存储

      git ls-remote https://...
      # if a popup is displayed, enter your credentials there
    
  • 如果与您一样执行相同的命令(而不是
    root


我假设您在旧macbook上使用了ssh,您现在正在尝试使用https吗


顺便说一句,不建议使用本地快速通道,请参阅。

尝试单独克隆证书回购,看看您是否有权访问它。是否通过SSH进行检查
  git ls-remote https://...
  # if a popup is displayed, enter your credentials there