etcdtool icon indicating copy to clipboard operation
etcdtool copied to clipboard

Cannt install etcdtool

Open LargeOrange opened this issue 4 years ago • 2 comments

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

LargeOrange avatar Dec 01 '20 07:12 LargeOrange

Can you fix it soon?

LargeOrange avatar Dec 01 '20 07:12 LargeOrange

FYI, You can still build it on Ubuntu. You may achieve similar results by running Ubuntu via Parallels Desktop on your mac.

tkaprol avatar Aug 18 '21 12:08 tkaprol