代码之家  ›  专栏  ›  技术社区  ›  Shivang Agarwal

git ref refs/heads/dashboard angular不存在或您没有权限

  •  1
  • Shivang Agarwal  · 技术社区  · 8 年前

    这些是整洁的原木。

    11:38:49 PM: Build ready to start
    11:38:51 PM: build-image version: 7c49b266ed8abd833dee6036ec0a4b9ee887658a
    11:38:51 PM: buildbot version: f58df58ab0bceffdcb8d1e60fec992495a2a6751
    11:38:51 PM: Fetching cached dependencies
    11:38:51 PM: Starting to download cache of 254.8KB
    11:38:51 PM: Finished downloading cache in 129.507361ms
    11:38:51 PM: Starting to extract cache
    11:38:51 PM: Failed to fetch cache, continuing with build
    11:38:51 PM: Starting to prepare the repo for build
    11:38:52 PM: git ref refs/heads/dashboard-angular does not exist or you do not have permission
    11:38:52 PM: Failing build: Failed to prepare repo
    11:38:52 PM: failed during stage 'preparing repo': git ref refs/heads/dashboard-angular does not exist
    11:38:52 PM: Finished processing build request in 833.373404ms
    
    1 回复  |  直到 8 年前
        1
  •  1
  •   fool    8 年前

    这通常是因为Netlify没有权限提取源代码。Netlify仅通过部署密钥访问存储库。 Netlify无法在任何git服务(GitHub、GitLab或BitBucket)上自动安装部署密钥,除非安装/登录用户具有管理访问权限。

    Netlify's helpdesk 可以为无法进行管理访问的情况提供工作流建议。