Your comments
Good to hear!
We worked a lot on making the GitLab integration better!
Thank you for your feedback!
Hi,
Documented the steps required:
https://docs.syntevo.com/SmartGit/Latest/HowTos/Configuration/Setting-up-SSH-commit-signing
Hope this helps
Daniel
Hi,
We published a guide how to run SmartGit on Aarch64 based Linux.
https://blog.syntevo.com/smartgit/2025/12/19/smartgit-25-1-on-ARM-based-linux.html
Best Regards
Daniel
There is also a Blog article now:
https://blog.syntevo.com/smartgit/2025/12/19/smartgit-25-1-on-ARM-based-linux.html
I have recently tested and documented what was required for me to make it run on Raspberry Pi and a Mac M2:
https://github.com/danielsiegl/SmartGitonUbuntuArm/blob/main/README.md
Hi,
We have Open in GitHub in 25.1 - but you need to have GitHub configured as Hosting Provider:


Customer support service by UserEcho
On Windows I can use this via Powershell:
$askpass = "C:\Program Files\Git\mingw64\bin\git-askpass.exe"
[Environment]::SetEnvironmentVariable("SSH_ASKPASS", $askpass, "User")
[Environment]::SetEnvironmentVariable("SSH_ASKPASS_REQUIRE", "force", "User")
[Environment]::SetEnvironmentVariable("DISPLAY", "dummy", "User")