We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
No branches or pull requests
i am using Ubuntu 18
any ideas of how to fix it?
The text was updated successfully, but these errors were encountered: