aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/testdata/script/mod_get_private_vcs.txt
blob: 514b0a7a5314df19b2b8d0d25610858a1d40f0c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
env GO111MODULE=on

# Testing stderr for git ls-remote; turn off proxy.
[!net] skip
[!exec:git] skip
env GOPROXY=direct

! go get github.com/golang/nonexist
stderr 'Confirm the import path was entered correctly.'
stderr 'If this is a private repository, see https://golang.org/doc/faq#git_https for additional information.'
! stdout .