skbn icon indicating copy to clipboard operation
skbn copied to clipboard

Cannot install skbn: make: *** [Makefile:46: bootstrap] Error 1

Open VictorZuanazzi opened this issue 3 years ago • 1 comments

i am using Ubuntu 18

(base) hahamark@hahamark-ThinkPad-X1-Carbon-7th:/src/github.com/maorfr$ git clone https://github.com/maorfr/skbn.git && cd skbn
fatal: could not create work tree dir 'skbn': Permission denied
(base) hahamark@hahamark-ThinkPad-X1-Carbon-7th:/src/github.com/maorfr$ sudo git clone https://github.com/maorfr/skbn.git && cd skbn
Cloning into 'skbn'...
remote: Enumerating objects: 7, done.
remote: Counting objects: 100% (7/7), done.
remote: Compressing objects: 100% (6/6), done.
remote: Total 641 (delta 1), reused 5 (delta 1), pack-reused 634
Receiving objects: 100% (641/641), 109.93 KiB | 453.00 KiB/s, done.
Resolving deltas: 100% (305/305), done.
(base) hahamark@hahamark-ThinkPad-X1-Carbon-7th:/src/github.com/maorfr/skbn$ make
dep ensure
/src/github.com/maorfr/skbn is not within a known GOPATH/src
make: *** [Makefile:46: bootstrap] Error 1

any ideas of how to fix it?

VictorZuanazzi avatar Nov 06 '20 10:11 VictorZuanazzi

Hi @VictorZuanazzi

Also similar thing:

pwd

$HOME/golib:$HOME/go/src/github.com/maorfr/skbn

➜ skbn git:(master) make
wget -q -O $HOME/golib:/Users/mincheung/go/bin/dep https://github.com/golang/dep/releases/download/v0.5.0/dep-linux-amd64 $HOME/golib:/Users/mincheung/go/bin/dep: No such file or directory make: *** [bootstrap] Error 1

scheung38 avatar Dec 15 '21 19:12 scheung38