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'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
The text was updated successfully, but these errors were encountered:
Hi @marvinpjr , I just fixed the issue you reported above by installing the zip, unzip, curl and rsync packages manually during Cygwin setup, as by default they are skipped.
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
The text was updated successfully, but these errors were encountered: