gitamine
gitamine copied to clipboard
latest archive does not contain .exe, .deb, .rpm
i'd like to try gitamine but failed to find the deb file or any linux build instruction.
npm install
./node_modules/.bin/electron .
just lead me to a crash:
Uncaught Error: /home/rohmer/code/gitamine/node_modules/nodegit/build/Release/nodegit.node: undefined symbol: EVP_aes_128_ctr
Hi,
There are binaries for the version 0.0.3 available here.
Same result if you execute npm start instead of ./node_modules/.bin/electron .? The start command is electron-forge start and it prepares the native modules (such as nodegit with which you have the issue).
Did you have any error during installation?
Best, Pierre