0

i downloaded my ubuntu ide Juno for Julia langage. Unfortunately when i am trying to execute Pkg.update() command i got this error:

could not spawn 'git rev-parse --symbolic-full-name -abbrev-ref HEAD' : no such file or directory (ENOENT)

I would be grateful for any help

Fengyang Wang
  • 11,901
  • 2
  • 38
  • 67
Dago
  • 788
  • 2
  • 9
  • 24

1 Answers1

0

Did you install git?

It tries to spawn a process, and if git is not installed, it cannot be spawned.

Has QUIT--Anony-Mousse
  • 76,138
  • 12
  • 138
  • 194