etcdtool
etcdtool copied to clipboard
Cannt install etcdtool
env
mac: 10.15.5 (19F101)
install by brew
when I install by brew
~ brew tap mickep76/funk-gnarge
==> Tapping mickep76/funk-gnarge
Cloning into '/usr/local/Homebrew/Library/Taps/mickep76/homebrew-funk-gnarge'...
remote: Repository not found.
fatal: repository 'https://github.com/mickep76/homebrew-funk-gnarge/' not found
Error: Failure while executing; `git clone https://github.com/mickep76/homebrew-funk-gnarge /usr/local/Homebrew/Library/Taps/mickep76/homebrew-funk-gnarge` exited with 128.
install by code
step1: I run git clone
pull code and cd etcdtool
step2: I run make
~/etcdtool master make
rm -rf build release
mkdir build || true
go build -o build/etcdtool
go: github.com/mickep76/[email protected]: invalid version: git fetch -f origin refs/heads/*:refs/heads/* refs/tags/*:refs/tags/* in /Users/dacheng.sun/go/pkg/mod/cache/vcs/4efce029de38da2ac7d547b49ef84924855725f87afda474db214842c5723ab9: exit status 128:
remote: Repository not found.
fatal: 仓库 'https://github.com/mickep76/iodatafmt/' 未找到
make: *** [build] Error 1
Can you fix it soon?
FYI, You can still build it on Ubuntu. You may achieve similar results by running Ubuntu via Parallels Desktop on your mac.