Details
-
Type:
Bug
-
Status: Closed
-
Priority:
P4: Low
-
Resolution: Done
-
Affects Version/s: Qt Creator 4.14.0
-
Fix Version/s: Qt Creator 4.15.0-beta1
-
Component/s: Remote Linux
-
Labels:None
-
Environment:Windows
-
Commits:ffb19f9acfedd1f66c6f1041e3f43ee028bba0f0 (qt-creator/qt-creator/4.15)
Description
QtCreator gives the following error if I try to deploy to linux device from windows using Rsync from cygwin or mingw:
The source and destination cannot both be remote.
The reason seems to be in local path, where rsync considers any directory with a colon to be remote. Fix would be to use cygwin or unix style representations: "/cygdrive/c/dir" or "/c/dir".
There doesn't seem to exist a native rsync for windows, as rsync uses posix functions.