gitamine icon indicating copy to clipboard operation
gitamine copied to clipboard

latest archive does not contain .exe, .deb, .rpm

Open Davidiusdadi opened this issue 6 years ago • 1 comments

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

Davidiusdadi avatar Oct 02 '19 13:10 Davidiusdadi

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

pvigier avatar Oct 02 '19 14:10 pvigier