Greetings, everyone! I'm new to the Nim programming language.
I'm trying to use nimble to install a package, but every time I get an error.
For example, when I'm trying to install the package _arraymancer_ , the
following error is output:
Downloading https://github.com/mratsim/Arraymancer using git
oserr.nim(94) raiseOSError
Error: unhandled exception: O sistema não pode encontrar o arquivo
especificado.
Additional info: "Requested command not found: \'git ls-remote --tags
https://github.com/mratsim/Arraymancer\'. OS error:" [OSError]
I don't know if there is something wrong with my git, but I couldn't fix the
error. Could someone help me?