Remote Development on Windows and Git.
已回答
Lets assume that the build machine is a Debian Linux box and we use Git to download the sources onto this box. Now we use Clion Windows for Remote Developement, where we sync the sources between Debian and Windows. Is there a possibility to have a workflow where we install Git on windows to perform Gerrit reviews on the codebase which is synced on windows?
请先登录再写评论。
Hi Srinivas!
Actually, in case of the Remote Projects feature, sources should be originally located on the local machine (with automatic synchronization to the remote host). So you can check out your project from Git right in CLion on Windows and CLion will automatically synchronize sources to the remote host.
About Git integration in CLion: https://www.jetbrains.com/help/clion/using-git-integration.html.
Just in case: work with remote Git executable is not supported yet, feel free to comment or upvote https://youtrack.jetbrains.com/issue/CPP-14482.
Anna Falevskaya Is there a feature that you are aware of that is asking for CLion supporting Windows as target machine ? Client being a Mac or Linux.
Maximilianm, here is the feature request related to the Remote with local sources mode - CPP-14491.
And here is the feature request related to the Remote with the thin client mode - GTW-27.
Oh wow that was fast ! Thanks a lot.
Anna Falevskaya Is it possible to use a windows machine as the target? So far I only see resources for linux targets
Waicool20, Windows targets are supported only via the Toolbox App, please see https://blog.jetbrains.com/toolbox-app/2025/04/toolbox-app-2-6-is-here-with-remote-development-support/ and https://www.jetbrains.com/help/toolbox-app/gettings-started-with-ssh.html.