1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

Cloudflare PagesのGitクローン失敗( an internal error occurred)

Posted at

「git リポジトリのクローンを作成しています」のタイミングで毎回失敗する

Initializing build environment. This may take up to a few minutes to complete
Success: Finished initializing build environment
Cloning repository...
Failed: an internal error occurred

ファイル数 or ファイルサイズが原因

Cloudflare Pages “Failed due to an internal error”によるとGitリポジトリの総ファイル数か個々のファイルサイズが制限を超えると発生する。

  • 総ファイル数:最大20,000個
  • 最大ファイルサイズ:25MB

Limits · Cloudflare Pages docs

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?