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
I don't know if this is something that needs to be looked into or if it was just my computer being weird. But for good measures I decided to report this issue anyway.
When setting up dapple, by running task init I encountered 2 separate issues the first 2 times. The third time I had to delete already created folders and on the fourth attempt everything when smoothly:
Run I got the standard "approve the authenticity of host github.com" for the repositories (even though I have all 3 repositories cloned separately in their own folders. I accepted but then the whole task init process stopped. I waited 5 minutes and exited the task myself.
The second time I ran the task, dpl-cms was cloned into /cms folder, the /react and /design-system folders was also created, but the repositories was not cloned into them. The whole process got stuck when the task was running this command:
task: [cms:clone] sed "s|COMPOSE_PROJECT_NAME=dpl-cms|COMPOSE_PROJECT_NAME=dapple-cms|g" <cms/.env.example >cms/.env
After some waiting time, I exited the task myself.
On the third attempt it exited when trying to clone into /cms folder as it was not empty. I deleted the 3 folders and ran the command again for the fourth time. This time the task finished and all 3 repositories was cloned into their separate folders.
The text was updated successfully, but these errors were encountered:
I don't know if this is something that needs to be looked into or if it was just my computer being weird. But for good measures I decided to report this issue anyway.
When setting up dapple, by running
task init
I encountered 2 separate issues the first 2 times. The third time I had to delete already created folders and on the fourth attempt everything when smoothly:Run I got the standard "approve the authenticity of host github.com" for the repositories (even though I have all 3 repositories cloned separately in their own folders. I accepted but then the whole task init process stopped. I waited 5 minutes and exited the task myself.
The second time I ran the task, dpl-cms was cloned into /cms folder, the /react and /design-system folders was also created, but the repositories was not cloned into them. The whole process got stuck when the task was running this command:
task: [cms:clone] sed "s|COMPOSE_PROJECT_NAME=dpl-cms|COMPOSE_PROJECT_NAME=dapple-cms|g" <cms/.env.example >cms/.env
After some waiting time, I exited the task myself.
On the third attempt it exited when trying to clone into /cms folder as it was not empty. I deleted the 3 folders and ran the command again for the fourth time. This time the task finished and all 3 repositories was cloned into their separate folders.
The text was updated successfully, but these errors were encountered: