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
When you try to do make tools you will receive the following:
make tools
npm i
npm WARN @oryd/[email protected] No repository field.
audited 916 packages in 2.96s
found 8 high severity vulnerabilities
run `npm audit fix` to fix them, or `npm audit` for details
go get github.com/go-bindata/go-bindata/go-bindata
go: finding git.apache.org/thrift.git v0.0.0-20181218151757-9b75e4fe745a
go: finding git.apache.org/thrift.git v0.0.0-20180902110319-2566ecd5d999
go: git.apache.org/[email protected]: git -c protocol.version=0 fetch --unshallow -f https://git.apache.org/thrift.git refs/heads/*:refs/heads/* refs/tags/*:refs/tags/* in /home/sokol/.go/pkg/mod/cache/vcs/83dba939f95a790e497d565fc4418400145a1a514f955fa052f662d56e920c3e: exit status 128:
fatal: unable to access 'https://git.apache.org/thrift.git/': Failed to connect to git.apache.org port 443: Connection timed out
go: git.apache.org/[email protected]: unknown revision 2566ecd5d999
go: error loading module requirements
make: *** [Makefile:6: tools] Error 1
The text was updated successfully, but these errors were encountered:
GSokol
added a commit
to GSokol/hydra
that referenced
this issue
Aug 19, 2019
Describe the bug
When you try to do
make tools
you will receive the following:The text was updated successfully, but these errors were encountered: