You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Err:
go get github.com/thetatoken/theta-protocol-ledger: github.com/thetatoken/[email protected]: verifying module: github.com/thetatoken/[email protected]: reading https://sum.golang.org/lookup/github.com/thetatoken/[email protected]: 410 Gone
server response:
not found: github.com/thetatoken/[email protected]: invalid version: git fetch -f origin refs/heads/:refs/heads/ refs/tags/:refs/tags/ in /tmp/gopath/pkg/mod/cache/vcs/5f8e6c4bdc5462a94fc16d4df6a65c06d7c188180d6d3bfc6fee44ce27dadd04: exit status 128:
fatal: could not read Username for 'https://github.com': terminal prompts disabled
The text was updated successfully, but these errors were encountered:
I'm trying to import thetatoken/theta by following:
terminal:
$ go get github.com/thetatoken/theta-protocol-ledger
go.mod:
module github.com/demo/theta-go
replace github.com/thetatoken/theta-protocol-ledger => github.com/thetatoken/theta master
go 1.14
require (
)
Err:
go get github.com/thetatoken/theta-protocol-ledger: github.com/thetatoken/[email protected]: verifying module: github.com/thetatoken/[email protected]: reading https://sum.golang.org/lookup/github.com/thetatoken/[email protected]: 410 Gone
server response:
not found: github.com/thetatoken/[email protected]: invalid version: git fetch -f origin refs/heads/:refs/heads/ refs/tags/:refs/tags/ in /tmp/gopath/pkg/mod/cache/vcs/5f8e6c4bdc5462a94fc16d4df6a65c06d7c188180d6d3bfc6fee44ce27dadd04: exit status 128:
fatal: could not read Username for 'https://github.com': terminal prompts disabled
The text was updated successfully, but these errors were encountered: