Hot to fix this?
When executing the command:
git clone “https://github.com/nknorg/nkn.git”
The download occurs normally, but when you run the command:
cd nkn && make
image error occurs.
Tutorial source link below:
Hot to fix this?
When executing the command:
git clone “https://github.com/nknorg/nkn.git”
The download occurs normally, but when you run the command:
cd nkn && make
image error occurs.
Tutorial source link below:
It says signal: killed
which means something outside killed your compiler. It could be the system (e.g. running out of memory) or yourself (e.g. you accidentally pressed ctrl + c
).
I would suggest you try again and see if it’s a persistent issue.
I tried again and it didn’t work, I will try to increase the memory.