I am using Win7 (IntelliJ 2017.1.3), I get the following error when i sync selected files on scp:
2017.06.01.
13:56 Sync error
scp: /home/user/:/SomeProject/src/com/company: No such file or directory
Path "/home/user/SomeProject/src/com/company" exists on remote server. It seems that an unnecessary colon is inserted between root path and project path. Can it happen, that there is something wrong in project path parsing on Windows?
I am using Win7 (IntelliJ 2017.1.3), I get the following error when i sync selected files on scp:
Path "/home/user/SomeProject/src/com/company" exists on remote server. It seems that an unnecessary colon is inserted between root path and project path. Can it happen, that there is something wrong in project path parsing on Windows?
Thanks for your help and time!