0

I am getting the following error when i am trying to do git commit

panther2@ubuntu:~/panther1/.repo/manifests$ git commit -m "Adding manifest for release"
git: 'interpret-trailers' is not a git command. See 'git --help'.
cannot insert change-id line in .git/COMMIT_EDITMSG

This is the first time, i am getting the error. There were previous commits

md.jamal
  • 4,067
  • 8
  • 45
  • 108

1 Answers1

3

My git version is 1.9.1

Try first and update Git on your Ubuntu to its latest version, to see if the error message persists.

Check also the content of your commit message (since you had previous commits which completed successfully)

Having Change-Id in the message would indeed trigger that command.

VonC
  • 1,262,500
  • 529
  • 4,410
  • 5,250