commitizen / commitizen/cz-cli

git cz just opens the local editor

Open
#558 25 comments 7 reactions 0 assignees View on GitHub
released
Dominant language
JavaScript
Stars
17.5k
Forks
566
Avg merge
8h 16m
Merged PRs (30d)
1

Description

git cz is broken for me.

I wanted to get started but it does not work.

I'm using Windows WSL (ubuntu shell on windows) together with zsh.

This is my gitconfig:

```
[alias]
l = log --graph --color --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --
ls = ls-files
st = status
amend = commit --amend
amendn = ammend --no-edit
diffs = diff --staged
ch = checkout
f = fetch
p = push
c = commit
a = add -p
r = reset -p
aliases = !git config -l | grep alias | cut -c 7-
whois = !sh -c 'git log -i -1 --pretty=\"format:%an <%ae>\n\" --author=\"$1\"' -
[diff]
tool = meld
[push]
default = simple
[core]
autocrlf = input
[branch]
autosetuprebase = always
```

Even with my gitconfig removed, I get the following:

![cz](https://user-images.githubusercontent.com/2950505/44917736-84598300-ad39-11e8-990c-d13abf2a846b.gif)

Is there a known bug?

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.