github - Git Hub pages page build failure related to not properly initialized submodule -


upon pushing update gh-pages remote branch, received email github, “page build failure”.

the submodule ‘mygithubuser.github.io’ not initialized ‘.gitmodules’ file.

providing link, https://help.github.com/articles/page-build-failed-missing-submodule/

following instruction in link tried,

git submodule init 

which returned,

no submodule mapping found in .gitmodules path ‘mygithubuser.github.io'

during research, found, https://support.deployhq.com/articles/common-deployment-errors/no-submodule-mapping-found

which explains,

this occurs when repository using submodule has had no mapping reference source repository created it. mapping needs entered .gitmodules file inside repository using.

but @ point i’ve gone further down rabbit hole can keep track of. can explain going on here @ high level?


Comments

Popular posts from this blog

How to check data type in C++? -

javascript - Is getTimezoneOffset() stable during daylight saving transition? -

sql server - SQL Query returns one result, does not return 0 or NULL result -