tfkhdyt/geminicommit

geminicommit not found in zsh

Closed this issue · 8 comments

installed as specified via go install github.com/tfkhdyt/geminicommit@latest
beforehand updated GO

but terminal doesnt seems to find "geminicommit"

OS Macbook Pro 16-inch, 2019 Intel

geminicommit

Is there any error after you run the go install command?

unfortunately not

Give me the output of these commands:

echo $PATH

echo $GOPATH

echo $GOBIN

you had the right sense...
GOPATH and GOBIN are empty 👍
what should it? or how can i fill it up correctly?

Have you tried installing from binary instead of from source?

https://github.com/tfkhdyt/geminicommit/releases/tag/v0.0.4

Have you tried installing from binary instead of from source?

https://github.com/tfkhdyt/geminicommit/releases/tag/v0.0.4

you just have to extract the file, and then move the binary file to /usr/local/bin

If you are going to download the binary you can also extract it directly to: ~/.local/bin/geminicommit
image