Having some trouble with Hugo and Netlify, was hoping someone could help a beginner out. Getting the following warning on local host:
WARN 2020/06/30 20:41:34 Module “meme” is not compatible with this Hugo version; run “hugo mod graph” for more information.This seems to suggest I need to change the Hugo version, how do I do that?
Secondarily, when I try to up the site on Netlify, I get the error:
7:09:29 PM: Error checking out submodules: Submodule 'themes/meme' (https://github.com/reuixiy/hugo-theme-meme.git) registered for path 'themes/meme'
Cloning into '/opt/build/repo/themes/meme'...
fatal: remote error: upload-pack: not our ref afe49dfdbea868117ec3d0189ca1a3d031ccee1d
fatal: the remote end hung up unexpectedly
Fetched in submodule path 'themes/meme', but it did not contain afe49dfdbea868117ec3d0189ca1a3d031ccee1d. Direct fetching of that commit failed.
Is there some configuration option I need to go toggle?
My repo is hosted at https://github.com/thor314/meme-blog in case that’s useful.