capeprivacy/cli

Update readme

Closed this issue · 1 comments

With linux and latest version I am getting several errors when doing the go installation


go install github.com/capeprivacy/cli/cmd/cape@latest
go: github.com/capeprivacy/cli/cmd/cape@latest: module github.com/capeprivacy/cli/cmd/cape: git ls-remote -q origin in /home/dragos/go/pkg/mod/cache/vcs/bf0f684bd73eb7eeef0c09315563f9653c097190fe0a264b96f66d6b7b90918f: exit status 128:
	fatal: could not read Username for 'https://github.com': terminal prompts disabled
Confirm the import path was entered correctly.
If this is a private repository, see https://golang.org/doc/faq#git_https for additional information.

What we did (with help of Eric) was the following:

go get ./...
go build ./cmd/cape

Since the repo is currently private, you should have an ssh key set up for github and use GOPRIVATE=github.com/capeprivacy/* go install github.com/cli/cmd/cape@latest