Git commits via command-line fail, showing > symbol

Solution 1:

Do you use quotes or some other special bash character inside your commit message? Be sure that it is a well-formed string. Try using apostrophes around the message.

The > means bash is waiting for another line of input, so you probably didn't close the commit message properly.

If still stuck, please post the exact command you are using.