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
Hello I am trying to set repo tool for intellij in windows
I've downloaded the repo file and installed cygwin and placed at C:\cygwin64 folder. When i am running command getting below error.
C:\cygwin64\bin\bash.exe -l C:/Users/myfol/Installer/tools-repo-1.4/tools-repo-1.4/repo/repo st C:\Users\myfol\workspace\my-site\ui.apps\src\main\content\jcr_root\apps\my-sitel\components\button
C:/Users/myfol/Installer/tools-repo-1.4/tools-repo-1.4/repo/repo: line 381: zip: command not found
curl: (26) couldn't open file "/tmp/repo.VR1/pkg.zip"
repo: failed to upload package:
Process finished with exit code 5
Here is the configuration in Intellij
Program : C:\cygwin64\bin\bash.exe
Argument : -l C:/Users/myfol/Installer/tools-repo-1.4/tools-repo-1.4/repo/repo st "$FilePath$"
The text was updated successfully, but these errors were encountered:
Do ensure that Cygwin has the latest versions of packages zip, unzip, curl, and RSYNC installed.
My issue was resolved after I tried to install these packages in Cygwin and reattempted the repo commands.
Hello I am trying to set repo tool for intellij in windows
I've downloaded the repo file and installed cygwin and placed at C:\cygwin64 folder.
When i am running command getting below error.
Process finished with exit code 5
Here is the configuration in Intellij
Program : C:\cygwin64\bin\bash.exe
Argument : -l C:/Users/myfol/Installer/tools-repo-1.4/tools-repo-1.4/repo/repo st "$FilePath$"
The text was updated successfully, but these errors were encountered: