lintingzhen / commitizen-go

The commitizen command line utility, without nodejs.
MIT License
243 stars 25 forks source link

Problem Installing via Brew #4

Closed DeFrakt closed 4 years ago

DeFrakt commented 4 years ago

brew tap lintingzhen/tap - works

brew install commitizen-go ==> Installing commitizen-go from lintingzhen/tap ==> Downloading https://github.com/lintingzhen/commitizen-go/releases/download/v1.0.0/commitizen-Darwin-x86-1.0.0.tgz ==> Downloading from https://github-production-release-asset-2e65be.s3.amazonaws.com/178145467/2a250a00-e728-11ea-89c8-9c07047e2d2b?X-Amz-Algorithm=AW ######################################################################## 100.0% Error: An exception occurred within a child process: Errno::ENOENT: No such file or directory - commitizen

Is brew pointing to a bad version?

lintingzhen commented 4 years ago

Oh, yes, there is a mistake in my homebrew-tap! I have fixed it and you can try again.

DeFrakt commented 4 years ago

Thank you for the timely update 👍 All works.