Sebastian Mares
Sebastian Mares
I am using TortoiseHg and cannot do anything because of permission denied errors for the .hg directory. Edit: Obviously referring to Mercurial and not Git.
To clarify, I am using `winfsp-1.6.20027.msi` and `sshfs-win-3.5.20024-x64.msi`
``` WINFSP INSTALLATION DIRECTORY AND LAUNCHER REGISTRATIONS HKEY_LOCAL_MACHINE\SOFTWARE\WinFsp InstallDir REG_SZ C:\Program Files (x86)\WinFsp\ HKEY_LOCAL_MACHINE\SOFTWARE\WinFsp\Services HKEY_LOCAL_MACHINE\SOFTWARE\WinFsp\Services\sshfs Executable REG_SZ C:\Program Files\SSHFS-Win\bin\sshfs-win.exe CommandLine REG_SZ svc %1 %2 %U Security REG_SZ D:P(A;;RPWPLC;;;WD) JobControl REG_DWORD...
I am one step forward, by using `sshfs-win svc \sshfs.k\www-data@container-host Z:` manually, I am able to connect. My problem now is that my profile is on a network share, so...
I am another step forward, I was able to delete all ACLs, including the inherited ones, for the keyfile, added my account as only user who is allowed to read...

It's a domain account but it is part of the local admin group.
KO launcher: error 161 Tried with both a regular cmd and a cmd opened with admin rights.
I'll try to create an entry in my hosts file tomorrow with a short name without any special characters and see if it helps.
Added an entry to my hosts file for "dev" and still no luck. :( Not even `\\sshfs.k\dev` (without the username@ part) works hoping that it would attempt to log me...