question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Cannot commit changes in private fork

See original GitHub issue

I have prepared a PR for the project but I cannot commit my changes due to the following error git commit -m “feat: accept multiple default app dirs” Aborting commit due to empty commit message. pre-commit: pre-commit: We’ve failed to pass the specified git pre-commit hooks as the validate-commit-msg pre-commit: hook returned an exit code (1). If you’re feeling adventurous you can pre-commit: skip the git pre-commit hooks by adding the following flags to your commit: pre-commit: pre-commit: git commit -n (or --no-verify) pre-commit: pre-commit: This is ill-advised since the commit is broken. pre-commit:

Cannot figure what causes this. @develar Any suggestions? Thanks

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:10 (10 by maintainers)

github_iconTop GitHub Comments

1reaction
demetris-manikascommented, Apr 21, 2016

https://www.npmjs.com/package/pre-git looks as a more complete tool to handle git hooks. Should I take a look at it for usage in this project?

1reaction
develarcommented, Apr 20, 2016

Your commit message is valid. Please try to run node ./node_modules/.bin/validate-commit-msg.

Read more comments on GitHub >

github_iconTop Results From Across the Web

GitHub: How to make a fork of public repository private?
1. right-> Remotes -> Create Remote -> and enter name upstream · 2. -> Configure fetch -> Create -> Change -> enter original...
Read more >
a fast and friendly git client for Mac and Windows - Fork
On the merge screen show if branches can be merged without conflicts. New. Show brief commit info on the Changes and FileTree tabs....
Read more >
Fork your repository - Azure Repos | Microsoft Learn
As an independent copy, changes you make to your fork, such as adding commits or branches, aren't shared with the original repo. If...
Read more >
How to Sync and Update a Forked Repository - Section.io
Fork is a copy of a repository of someone's else project. ... Committing saves edits/changes to our GitHub repository.
Read more >
Project forking workflow - GitLab Docs
Without mirroring, to work locally you must use git pull to update your local repository with the upstream project, then push the changes...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found