Skip to content

Using double quotes in a message breaks the commit #11

Open
@jimthedev

Description

@jimthedev

The dump containing the error.

npm run commit

> commitizen@0.0.0-semantically-released commit /Users/jcummins/projects/build-release/cz-cli
> git-cz

cz-cli@2.0.2, cz-conventional-changelog@1.1.4


Line 1 will be cropped at 100 characters. All other lines will be wrapped after 100 characters.

? Select the type of change that you're committing: fix:      A bug fix
? Denote the scope of this change ($location, $browser, $compile, etc.):
 build
? Write a short, imperative tense description of the change:
 fix the travis build git config
? Provide a longer description of the change:
 TravisCI gives a "Please tell me who you are" error if you don't set up git config username. This adds it.
? List any breaking changes or issues closed by this change:
 Part of #28
{ [Error: Command failed: /bin/sh -c git commit -m "fix(build): fix the travis build git config

TravisCI gives a "Please tell me who you are" error if you don't set up git config username. This
adds it.

Part of #28"
error: pathspec 'tell' did not match any file(s) known to git.
error: pathspec 'me' did not match any file(s) known to git.
error: pathspec 'who' did not match any file(s) known to git.
error: pathspec 'you' did not match any file(s) known to git.
error: pathspec 'are error if you don't set up git config username. This
adds it.

Part of #28' did not match any file(s) known to git.
]
  killed: false,
  code: 1,
  signal: null,
  cmd: '/bin/sh -c git commit -m "fix(build): fix the travis build git config\n\nTravisCI gives a "Please tell me who you are" error if you don\'t set up git config username. This\nadds it.\n\nPart of #28"  ' }

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions