Skip to content
This repository has been archived by the owner on Aug 14, 2022. It is now read-only.

Cant find github.com/golang/protobuf/proto #1

Closed
felixgeen opened this issue Feb 25, 2020 · 1 comment
Closed

Cant find github.com/golang/protobuf/proto #1

felixgeen opened this issue Feb 25, 2020 · 1 comment

Comments

@felixgeen
Copy link

Hi guys,

Im trying to install using "go get github.com/retroplasma/flyover-reverse-engineering" but i get the error:

# cd /Users/JESSDB/go/src/github.com/retroplasma/flyover-reverse-engineering; git submodule update --init --recursive
Submodule 'github.com/golang/protobuf' (git@github.com:golang/protobuf) registered for path 'vendor/github.com/golang/protobuf'
Submodule 'github.com/ulikunitz/xz' (git@github.com:ulikunitz/xz) registered for path 'vendor/github.com/ulikunitz/xz'
Cloning into '/Users/JESSDB/go/src/github.com/retroplasma/flyover-reverse-engineering/vendor/github.com/golang/protobuf'...
Warning: Permanently added 'github.com,140.82.118.4' (RSA) to the list of known hosts.
Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
fatal: clone of 'git@github.com:golang/protobuf' into submodule path '/Users/JESSDB/go/src/github.com/retroplasma/flyover-reverse-engineering/vendor/github.com/golang/protobuf' failed
Failed to clone 'vendor/github.com/golang/protobuf'. Retry scheduled
Cloning into '/Users/JESSDB/go/src/github.com/retroplasma/flyover-reverse-engineering/vendor/github.com/ulikunitz/xz'...
Permission denied (publickey).
fatal: Could not read from remote repository.
@retroplasma
Copy link
Owner

Got the same error on Catalina with Go 1.14. Changed the submodule urls to https and now it works for me. Please retry, thanks for reporting.

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

No branches or pull requests

2 participants