-
Notifications
You must be signed in to change notification settings - Fork 110
Description
Hi there!
Nice work on this tool.
I had a problem twice when trying to (re-)initialize the same cloned repo. This was not a problem on my laptops. One of the failed times was on a server that is not managed by me (work), using ssh, one of those times on termux, also using ssh.
The error that I get is this:
.git/crypt/transcrypt: eval: line 192: syntax error near unexpected token `('
It should also be noted that this leaves the repo in an encrypted state, but transcrypt thinks it is properly initialized.
Do you have an idea how I could fix/diagnose this? As far as I know, the systems run bash (I checked using ps on the server) - the requirements should also be fulfilled. Maybe there is something odd about the setup or some implicit assumption about what the system should be capable of that is not fulfilled.
The line 192 does not seem suspicious to me - it is a comment line without a (, maybe something happening in the function above it?
Thank you!