-
-
Notifications
You must be signed in to change notification settings - Fork 206
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
ERROR: #39
Comments
🤔 Can you try to install the 1.4.0 version to see if you've got the same issue? |
Same problem with 1.4.0 @carloscuesta :( Is there perhaps a verbose flag or debug environment variable I could set? ~/src/github.com/wayneashleyberry/wayne.cloud master*
❯ gitmoji -v
1.4.0
~/src/github.com/wayneashleyberry/wayne.cloud master*
❯ gitmoji -c
? Choose a gitmoji: (Use arrow keys)
❯ 🎨 - Improving structure / format of the code.
⚡️ - Improving performance.
🔥 - Removing code or files.
🐛 - Fixing a bug.
🚑 - Critical hotfix.
✨ - Introducing new features.
📝 - Writing docs.
(Move up and down to reveal more choices)
~/src/github.com/wayneashleyberry/wayne.cloud master*
❯ gitmoji -c
? Choose a gitmoji: 📝 - Writing docs.
? Enter the commit title: Writing docs.
? Enter the commit message: Just testing out gitmoji.
? Issue / PR reference #:
? Signed commit: Yes
ERROR: |
There's no debug flag but I'm taking a look into it to fix this issue @wayneashleyberry Before using |
Nope, I haven't run |
Another thing I have in mind, try to run |
My changes weren't staged - so there was nothing to commit 🤦♂️ I feel like gitmoji should pick that up first maybe? Or maybe a better error message would help. Git complains about this, and I feel gitmoji should have the same behaviour as it's almost a replacement for ~/src/github.com/wayneashleyberry/wayne.cloud master*
❯ git commit -m 'foo'
On branch master
Your branch is up-to-date with 'origin/master'.
Changes not staged for commit:
modified: readme.md
no changes added to commit ~/src/github.com/wayneashleyberry/wayne.cloud master*
❯ git status
On branch master
Your branch is up-to-date with 'origin/master'.
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
(use "git checkout -- <file>..." to discard changes in working directory)
modified: readme.md
no changes added to commit (use "git add" and/or "git commit -a")
~/src/github.com/wayneashleyberry/wayne.cloud master*
❯ git add readme.md
~/src/github.com/wayneashleyberry/wayne.cloud master*
❯ git status
On branch master
Your branch is up-to-date with 'origin/master'.
Changes to be committed:
(use "git reset HEAD <file>..." to unstage)
modified: readme.md
~/src/github.com/wayneashleyberry/wayne.cloud master*
❯ gitmoji -c
? Choose a gitmoji: 📝 - Writing docs.
? Enter the commit title: Writing docs.
? Enter the commit message: Just playing with gitmoji-cli!
? Issue / PR reference #:
? Signed commit: Yes
[master 8718f2f] :memo: Writing docs.
1 file changed, 2 insertions(+) |
#39 Signed-off-by: Carlos Cuesta <carloscuesta@me.com>
Released 🎉 @ v1.5.1 @wayneashleyberry |
Thanks for that @carloscuesta :) |
Hello @carloscuesta!
Trying to use the gitmoji cli for the first time and it's not really working :/
OS: macOS 10.12.4
gitmoji-cli -v: 1.5.0
Node version: v7.9.0
Error Message:
The text was updated successfully, but these errors were encountered: