No url found for git modules

I got this error yesterday while doing a push to github. I forgot to delete 1 git folder when pushing it to git. Is there any way to handle this error? I tried : git add -A and something similar but no result. Thanks everyone!

git add public
git commit -m fix
Git push

Little off topic. A git question nothing about Hugo

1 Like

Thanks, sir. I fixed it.