I'm running IntelliJ IDEA 2020.1.2 (Community Edition), Build #IC-201.7846.76 on Windows 10.
Following these instructions and this tutorial, I've installed Cygwin v3.1.6 and package zip v3.0-12. I setup repo in External Tools in IntelliJ as recommended in the docs. So, for example, I have a "Repo (status)" setting with Program path: 'C:\cygwin64\bin\bash', Arguments: '-l repo st $FilePath$'. IntelliJ added working directory: '$ProjectFileDir$'. If I try to run this command on a component under ui.apps/src/main/content/jcr_root/apps, I get the following error:
curl: (26) couldn't open file "/tmp/repo.iSl/pkg.zip"
repo: failed to upload package:
Process finished with exit code 5
I'm running IntelliJ IDEA 2020.1.2 (Community Edition), Build #IC-201.7846.76 on Windows 10.
Following these instructions and this tutorial, I've installed Cygwin v3.1.6 and package zip v3.0-12. I setup repo in External Tools in IntelliJ as recommended in the docs. So, for example, I have a "Repo (status)" setting with Program path: 'C:\cygwin64\bin\bash', Arguments: '-l repo st$FilePath$ '. IntelliJ added working directory: '$ProjectFileDir$'. If I try to run this command on a component under ui.apps/src/main/content/jcr_root/apps, I get the following error:
curl: (26) couldn't open file "/tmp/repo.iSl/pkg.zip"
repo: failed to upload package:
Process finished with exit code 5