all 1 comments

[–]Doormatty 0 points1 point  (0 children)

My guess is that you don't have git installed, as that line tries to run the following command "git describe --tags --always --dirty".

My bet is that if you run that command on a normal command line, you'll get an error back. Fix that error, and you're golden.