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

User git config can cause commands to permenantly hang #383

Open
sukima opened this issue Jul 25, 2020 · 0 comments
Open

User git config can cause commands to permenantly hang #383

sukima opened this issue Jul 25, 2020 · 0 comments

Comments

@sukima
Copy link

sukima commented Jul 25, 2020

I ran ember-cli-update on a project only to discover that the command would freeze indefinitely. I used the DEBUG to find it froze on the command git tag. Running this command myself I discovered it opened my text editor to ask for a tag message. This was due to me adding the following config to my ~/.gitconfig.

[tag]
  gpgsign = true

This can be avoided if the command for commit and tag were passed the --no-sign argument which will disable that flag if someone were to enable it (like I did).

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