ByteArena / ba

Byte Arena CLI
https://doc.bytearena.com
Other
17 stars 1 forks source link

"git": executable file not found in $PATH #33

Closed felipemanica closed 6 years ago

felipemanica commented 6 years ago
ba generate nodejs
  ├ version: v0.0.8
  └ Failed to execute command
    ├ command: generate
    └ exec: "git": executable file not found in $PATH
      ├ error: 
xtuc commented 6 years ago

Thanks for your report. It seems that git is not installed on your machine.

You'll need to install it to generate an agent.

netgusto commented 6 years ago

On macOS you can install it from here: https://git-scm.com/download/mac On Linux: https://git-scm.com/download/linux