Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
VictorZuanazzi opened this issue Nov 6, 2020 · 1 comment
Open

Comments

@VictorZuanazzi
Copy link

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?

@scheung38
Copy link

scheung38 commented Dec 15, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants