Replies: 1 comment
-
Ah, nevermind. The binary is not really portable, so I'll just compile it on the individual systems. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I wanted to give git-agecrypt a try and compiled the binary and successfully encrypted two files in my testing repo. Now I wanted to to look at a clone of the repo on a second machine (alpine linux 3.16), but here when trying to run
git-agecrypt init
orgit-agecrypt status
I am getting the following:# git-agecrypt status memory allocation of 50862935136 bytes failed Aborted
What is also a bit strange is that I only sometimes get a segmentation fault, when running
git-agecrypt textconv
:Do you have an idea what could be the reason or how to debug further?
Beta Was this translation helpful? Give feedback.
All reactions