Hi everyone,
I'm trying to use this repo command line tool introduced here:
https://experienceleague.adobe.com/docs/experience-manager-learn/foundation/development/set-up-a-loc...
I followed the instructions told in the video, and I've checked that:
- repo version is shown when "repo -version" command is executed
- content of tasks.json is the same as the one shown here (repo tool github)
- current directory is under "ui.apps/src/main/content/jcr_root"
Other Info:
- I'm using VSCode
- OS is Windows
- AEM 6.5
I got the error (below) when I tried to run "get file" task (other tasks such as "put folder" and "put file" didn't work as well):
> Executing task: repo get -f C:\Users\aria\git\com.smth.smth\ui.apps\src\main\content\jcr_root\apps\smth\components\structure\footer\footer.html <
repo: does not exist: C:Usersariagitcom.smth.smthui.appssrcmaincontentjcr_rootappsmthcomponentsstructurefooterfooter.html
The terminal process "C:\Program Files\Git\bin\bash.exe '-c', 'repo get -f C:\Users\aria\git\com.smth.smth\ui.apps\src\main\content\jcr_root\apps\smth\components\structure\footer\footer.html'" failed to launch (exit code: 4).
Terminal will be reused by tasks, press any key to close it.
The file surely exists in my maven project, I don't know what's going on...
Can anyone help me out?