Contents

Netlify Deploy Problem

  • tratitude-blog
    • themes/eureka (submodule)
  • Branch Deploy: develop@a8269f9
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
3:53:33 AM: Build ready to start
3:53:35 AM: build-image version: 7b53c5fc4445e3ec99d3949e5d1174a8c5be4f16
3:53:35 AM: build-image tag: v3.7.2
3:53:35 AM: buildbot version: a8df6d1263bb5bcc16f7b4ebb8e9a6cb904cfa8a
3:53:35 AM: Fetching cached dependencies
3:53:35 AM: Starting to download cache of 88.8MB
3:53:39 AM: Finished downloading cache in 3.453142985s
3:53:39 AM: Starting to extract cache
3:53:41 AM: Finished extracting cache in 2.773604284s
3:53:42 AM: Finished fetching cache in 6.262928149s
3:53:42 AM: Starting to prepare the repo for build
3:53:42 AM: Preparing Git Reference refs/heads/develop
* 3:53:43 AM: Error fetching branch: https://github.com/tratitude/tratitude-blog refs/heads/develop
3:53:43 AM: Creating deploy upload records
3:53:43 AM: Failing build: Failed to prepare repo
3:53:43 AM: Failed during stage 'preparing repo': exit status 1
3:53:44 AM: Finished processing build request in 8.395777163s
  • Deploy Preview #4: develop@a8269f9
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
3:56:09 AM: Build ready to start
3:56:11 AM: build-image version: 7b53c5fc4445e3ec99d3949e5d1174a8c5be4f16
3:56:11 AM: build-image tag: v3.7.2
3:56:11 AM: buildbot version: a8df6d1263bb5bcc16f7b4ebb8e9a6cb904cfa8a
3:56:11 AM: Fetching cached dependencies
3:56:11 AM: Failed to fetch cache, continuing with build
3:56:11 AM: Starting to prepare the repo for build
3:56:11 AM: No cached dependencies found. Cloning fresh repo
3:56:11 AM: git clone https://github.com/tratitude/tratitude-blog
3:56:12 AM: Preparing Git Reference pull/4/head
* 3:56:14 AM: Error checking out submodules: Submodule 'themes/eureka' (https://github.com/wangchucheng/hugo-eureka.git) registered for path 'themes/eureka'
Cloning into '/opt/build/repo/themes/eureka'...
* fatal: remote error: upload-pack: not our ref 3e18714adf726626c8f6d4f31e39601f53e708fe
Fetched in submodule path 'themes/eureka', but it did not contain 3e18714adf726626c8f6d4f31e39601f53e708fe. Direct fetching of that commit failed.
3:56:14 AM: Creating deploy upload records
3:56:14 AM: Failing build: Failed to prepare repo
* 3:56:14 AM: Failed during stage 'preparing repo': Error checking out submodules: Submodule 'themes/eureka' (https://github.com/wangchucheng/hugo-eureka.git) registered for path 'themes/eureka'
Cloning into '/opt/build/repo/themes/eureka'...
* fatal: remote error: upload-pack: not our ref 3e18714adf726626c8f6d4f31e39601f53e708fe
Fetched in submodule path 'themes/eureka', but it did not contain 3e18714adf726626c8f6d4f31e39601f53e708fe. Direct fetching of that commit failed.
: exit status 1
3:56:14 AM: Finished processing build request in 3.648499832s
  • 可能是eureka多了非官方的commit,刪除多出來的commit
  • submodule如何加入commit,並送出PR?
  • Netlify的運作不會把我的commit加入submodule?





Комментарии