Skip to content

Incorrect warning on failed commit after vue create #5818

Closed
@spenserblack

Description

@spenserblack

Version

4.5.3

Environment info

Environment Info:

  System:
    OS: Linux 4.15 Ubuntu 18.04.5 LTS (Bionic Beaver)
    CPU: (2) x64 Intel(R) Xeon(R) CPU E5-1603 v3 @ 2.80GHz
  Binaries:
    Node: 14.7.0 - ~/.nvm/versions/node/v14.7.0/bin/node
    Yarn: 1.22.4 - /usr/bin/yarn
    npm: 6.14.7 - ~/.nvm/versions/node/v14.7.0/bin/npm
  Browsers:
    Chrome: Not Found
    Firefox: 79.0
  npmGlobalPackages:
    @vue/cli: 4.5.3

Steps to reproduce

  1. git config --global commit.gpgSign true to always GPG sign commits
  2. git config --global user.signingkey <your key>
  3. vue create my-project
  4. cancel GPG sign

What is expected?

Warning stating that git commit failed due to failed GPG signing

What is actually happening?

Warning stating that failure was due to missing username and email

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions