when running the command : git annex sync, I get the following error:
ControlPath too long
Command ssh ["-S","<local path to git repo>/.git/annex/ssh/git@<git url>","-o","ControlMaster=auto","-o","ControlPersist=yes","git@<git url>","git-annex-shell 'configlist' '<local path to git repo>'"] failed; exit code 255
according to this , the issue is not git but ssh (but the solution proposed there did not work).
Anything I could to to avoid this issue ?