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
{{ message }}
This repository was archived by the owner on Oct 7, 2024. It is now read-only.
We originally used the strapi-starter-gatsby-corporate template to set up our website. This sets up two folders in a single Git repo: backend (Strapi) and frontend (Gatsby). Now that I'm trying to upgrade/migrate it to v4, I'm running into the error below, as the script is looking for a .git folder in the backend folder, while we only have a .git folder in the root folder of our project.
Could you please add an option to ignore this check? I can make sure myself that my Git working tree is clean 😉 thanks!
% npx @strapi/codemods migrate:application backend
npx: installed 568 in 40.029s
error: Command failed with exit code 128: git --git-dir=backend/.git --work-tree=backend status --porcelain
fatal: not a git repository: 'backend/.git'
We originally used the strapi-starter-gatsby-corporate template to set up our website. This sets up two folders in a single Git repo:
backend(Strapi) andfrontend(Gatsby). Now that I'm trying to upgrade/migrate it to v4, I'm running into the error below, as the script is looking for a.gitfolder in thebackendfolder, while we only have a.gitfolder in the root folder of our project.Could you please add an option to ignore this check? I can make sure myself that my Git working tree is clean 😉 thanks!