fatal: bad revision 'v1.10.10..HEAD'
See original GitHub issueRunning nx run workspace:version fails and logs Error: fatal: bad revision 'v1.10.10..HEAD'.
Any idea about how to solve this?
Issue Analytics
- State:
- Created 2 years ago
- Comments:21 (7 by maintainers)
Top Results From Across the Web
fatal: bad default revision 'HEAD' - git - Stack Overflow
I've been able to check by cloning the repository into a different directory. Does anyone know why I am receiving the fatal: bad...
Read more >Fails when inital version is 0.0.1 · Issue #102 · jscutlery/semver
When creating a new angular lib via nx the default initial version number of the package is 0.0.1 instead of 0.0.0. This causes...
Read more >Solved: 'fatal: bad revision' when using git log with BITB...
The error message "bad revision" indicates that the local repository in your build doesn't contain one of the commits you're referencing. This happens...
Read more >Avoiding Git panic — Part I: Novice - MayaData Blog
fatal : bad revision while cherry-picking a commit! This happens when your local git remains oblivious of the existence of the commit. To...
Read more >homebrew-core - Homebrew Formulae
a2ps 4.14 Any‑to‑PostScript filter
aacgain 1.8 AAC‑supporting version of mp3gain
aalib 1.4rc5 Portable ASCII art graphics library
aamath 0.3 Renders mathematical expressions as ASCII art
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Everything works, thanks for your time @edbzn! And no worries about the delay 😉
Creating a Git tag with the name v13.0.0 (current version in package.json) fixed this issue for me.