Skip to content

golang.org/x/text #64036

New issue

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

Closed
prr123 opened this issue Nov 9, 2023 · 2 comments
Closed

golang.org/x/text #64036

prr123 opened this issue Nov 9, 2023 · 2 comments

Comments

@prr123
Copy link

prr123 commented Nov 9, 2023

What version of Go are you using (go version)?

$ go version
1.21.4

Does this issue reproduce with the latest release?

yes

What operating system and processor architecture are you using (go env)?

ubuntu 22.04

go env Output
$ go env


GO111MODULE='on'
GOARCH='amd64'
GOBIN='/home/peter/go/bin'
GOCACHE='/home/peter/.cache/go-build'
GOENV='/home/peter/.config/go/env'
GOEXE=''
GOEXPERIMENT=''
GOFLAGS=''
GOHOSTARCH='amd64'
GOHOSTOS='linux'
GOINSECURE=''
GOMODCACHE='/home/peter/go/pkg/mod'
GONOPROXY=''
GONOSUMDB=''
GOOS='linux'
GOPATH='/home/peter/go'
GOPRIVATE=''
GOPROXY='https://proxy.golang.org,direct'
GOROOT='/usr/lang/go/1.21.4'
GOSUMDB='sum.golang.org'
GOTMPDIR=''
GOTOOLCHAIN='auto'
GOTOOLDIR='/usr/lang/go/1.21.4/pkg/tool/linux_amd64'
GOVCS=''
GOVERSION='go1.21.4'
GCCGO='gccgo'
GOAMD64='v1'
AR='ar'
CC='gcc'
CXX='g++'
CGO_ENABLED='1'
GOMOD='/home/peter/go/src/client/http/http2simple/go.mod'
GOWORK=''
CGO_CFLAGS='-O2 -g'
CGO_CPPFLAGS=''
CGO_CXXFLAGS='-O2 -g'
CGO_FFLAGS='-O2 -g'
CGO_LDFLAGS='-O2 -g'
PKG_CONFIG='pkg-config'
GOGCCFLAGS='-fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=/tmp/go-build3021424245=/tmp/go-build -gno-record-gcc-switches'

What did you do?

I submitted the cli command: go get golang.org/x/text

What did you expect to see?

a successful download

What did you see instead?

go: downloading golang.org/x/text v0.14.0
golang.org/x/[email protected]: read "https:/proxy.golang.org/@v/v0.14.0.zip": stream error: stream ID 7; INTERNAL_ERROR; received from peer

@seankhliao
Copy link
Member

This looks like a problem with your internet connection rather than any problem with the go project itself

@seankhliao seankhliao closed this as not planned Won't fix, can't repro, duplicate, stale Nov 9, 2023
@prr123
Copy link
Author

prr123 commented Nov 9, 2023 via email

@golang golang locked and limited conversation to collaborators Nov 8, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants