You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have read the latest README and followed the instructions.
I have read the latest GitHub Actions official documentation and learned the basic spec and concepts.
Describe your question
The code can be well deployed using the netlify, but it will have errors when it submodules.
Relevant links
Public repository: https://github.com/jack-pan-ai/my-wowchemy-site
YAML config: https://github.com/jack-pan-ai/my-wowchemy-site/blob/main/config/_default/config.yaml
YAML workflow: https://github.com/jack-pan-ai/my-wowchemy-site/tree/main/.github/workflows
Relevant log output
Error: Error: fatal: remote error: upload-pack: not our ref e2c730ae7286e12b63097327ffaeb660cf245941 Error: fatal: Fetched in submodule path 'public', but it did not contain e2c730ae7286e12b63097327ffaeb660cf245941. Direct fetching of that commit failed. Error: The process '/usr/bin/git' failed with exit code 128
Additional context.
failed to submodule into the public file because of no ref e2c730ae7286e12b63097327ffaeb660cf245941
The text was updated successfully, but these errors were encountered:
Checklist
Describe your question
The code can be well deployed using the netlify, but it will have errors when it submodules.
Relevant links
Relevant log output
Error:
Error: fatal: remote error: upload-pack: not our ref e2c730ae7286e12b63097327ffaeb660cf245941
Error: fatal: Fetched in submodule path 'public', but it did not contain e2c730ae7286e12b63097327ffaeb660cf245941. Direct fetching of that commit failed.
Error: The process '/usr/bin/git' failed with exit code 128
Additional context.
failed to submodule into the public file because of no ref e2c730ae7286e12b63097327ffaeb660cf245941
The text was updated successfully, but these errors were encountered: