-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
$FileDir$ path is giving wrong path in the command #19
Comments
I don't use it on Windows. @mkovacek provided the Windows/cygwin instructions in the readme once. Does it still work for you with the latest repo 1.4? |
@GonzaloCalandria in case you're still having this issue, I find that selecting individual files will throw this error. Selecting the folder containing the file won't |
@GonzaloCalandria Let me know if you still have the problem with 1.4. Also we have a contribution with Powershell support coming in, maybe that fixes the issue. |
@GonzaloCalandria this might simply be because IntelliJ passes a windows-style path to Could you try the same command manually, but with the backslashes converted to slashes? |
@alexkli sorry to not answered this before.
|
Ok... I make it work.. kind off...
If there's some alternative to include the whole path (in Linux format with the proper slashes and path) would be great! CC: @alexkli |
I have faced same issue, where path is appending incorrect in IntelIij. I have tried bash approach as above, but however i am facing below issue. Please let me know if you have faced below issue and any workaround for this issue.
Thank you |
I think your problem is that you don't have zip and unzip installed in bash. Maybe you can try installing those two commands? |
Thank you for your response, installing zip in bash has resolved this issue. The only issue i have now is in Intellij when i try PUT i have this error Any suggestion for this issue |
I don't have any for that.. sorry. |
@GonzaloCalandria thank you for your response |
Did it worked? |
@GonzaloCalandria No, i am still checking on it |
Hi All, I have my local instance in port 4506. But if I configure .repo file under my parent project with the required details and running repo in IntelliJ in windows 10 is not taking the repository information with port 4506, it is trying for some time for 4502 and failing. Configuring directly 4506 with required details in is working fine. From .repo it is not taking th eport details. |
I made it work without hardcoding the root path by using Maybe the documentation for Windows should be updated with this. |
@felipel1292 Could you please share a screenshot of the full configuration? |
@felipel1292 Does it still works for you? I changed it as you suggested but same result, I appeciate any updates from you. |
repo: failed to upload package: |
It was resolved for me by removing the .exe extension from C:/cygwin64/bin/bash.exe and replacing it with C:\cygwin64\bin\bash. After that, ensure that Cygwin has the latest versions of packages zip, unzip, curl, and RSYNC installed. My issue was resolved after I tried this solution. |
This solves the issue. Confirmed with Windows, Cygwin and IntelliJ 2023 version |
I'm trying to use repo with intellij but the path is wrong.
This is what I have so far:
My task configuration
The output for one of the tasks is:
repo: not inside a vault checkout with a jcr_root base directory: /home/phoenix/C:\MyProject\packages\my-application\src\main\content\jcr_root\apps\myapp\components\authoring\hero\clientlibs\js.txt
I don't understand why is adding
/home/phoenix/
to the path.The text was updated successfully, but these errors were encountered: