Skip to content

fix: remove broken digibyte submodule reference - #174

Closed
bastiandriessen wants to merge 1 commit into
DigiByte-Core:masterfrom
bastiandriessen:remove_broken_submodule_reference
Closed

fix: remove broken digibyte submodule reference#174
bastiandriessen wants to merge 1 commit into
DigiByte-Core:masterfrom
bastiandriessen:remove_broken_submodule_reference

Conversation

@bastiandriessen

@bastiandriessen bastiandriessen commented Aug 4, 2026

Copy link
Copy Markdown
Collaborator

Problem

GitHub Pages deployments are currently failing with:

The process '/usr/bin/git' failed with exit code 128
No url found for submodule path 'digibyte' in .gitmodules

This prevents the recently merged redesign (PR #166) from going live on digibyte.org.

Cause

The repository still contains a leftover Git submodule reference named digibyte, but there is no corresponding entry in .gitmodules (or the file is missing the required URL).

Fix

Removed the broken submodule reference with:

git rm --cached digibyte

@bastiandriessen

bastiandriessen commented Aug 5, 2026

Copy link
Copy Markdown
Collaborator Author

Superceeded by PR #175

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant