Website stopped loading after running git command
Budget: $10 – $30 USD
I generated a new sitemap and pushed from local git. changes was not deployed. Laravel forge showed this error,
Thu Mar 31 18:36:50 UTC 2022
error: Pulling is not possible because you have unmerged files.
hint: Fix them up in the work tree, and then use 'git add/rm <file>'
hint: as appropriate to mark resolution and make a commit.
fatal: Exiting because of an unresolved conflict.
I ran this command to resolve unmerged files issue, then website stopped loading
"git reset --hard && git clean -df"
Laravel, Digial Ocean, Laravel Forge, Github
Thu Mar 31 18:36:50 UTC 2022
error: Pulling is not possible because you have unmerged files.
hint: Fix them up in the work tree, and then use 'git add/rm <file>'
hint: as appropriate to mark resolution and make a commit.
fatal: Exiting because of an unresolved conflict.
I ran this command to resolve unmerged files issue, then website stopped loading
"git reset --hard && git clean -df"
Laravel, Digial Ocean, Laravel Forge, Github