Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bug] it work on macOS, but lose footer on windows10 #211

Open
seepine opened this issue Dec 8, 2022 · 0 comments
Open

[bug] it work on macOS, but lose footer on windows10 #211

seepine opened this issue Dec 8, 2022 · 0 comments

Comments

@seepine
Copy link

seepine commented Dec 8, 2022

package.json

{
  "scripts": {
    "commit": "npx cz-customizable"
  },
 "devDependencies": {
    "@commitlint/cli": "~17.3.0",
    "@commitlint/config-conventional": "~17.3.0",
    "cz-customizable": "~7.0.0"
  }
}

run npm run commit and then gen

###--------------------------------------------------------###
feat(js): add divide

ISSUES CLOSED: #1
###--------------------------------------------------------###

bug git log show

$ git log
commit aecd13f641786ddc7e578989e29a14ddd41f20ed (HEAD -> main)
Author: seepine <seepine@example.com>
Date:   Thu Dec 8 17:43:12 2022 +0800

    feat(js): add divide

commit c2c376f5e558f7840d3f429745d09f5e57f6fceb
Author: seepine <seepine@example.com>
Date:   Thu Dec 8 14:17:33 2022 +0800

    build(deps): upgrade husky

...
E0SelmY4V added a commit to E0SelmY4V/cz-customizable that referenced this issue Feb 12, 2024
As leoforfree#133 and leoforfree#211 said, at least Windows 10 cannot commit when there are many lines.
I have fixed it for standalone mode.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant