I have configured GOPROXY with artifactory URI and trying to use go get command to download the exe file from the repository. Sample:

  1. set GOPROXY=https://username:[email protected]/artifactory/go/virtual-go

  2. go get com.temp/artifact/10.10.10.1/abc.exe

go get: module com.temp/artifact/10.10.10.1/abc.exe: reading https://username:[email protected]/artifactory/go/virtual-go/com.temp/artifact/10.10.10.1/abc.exe/@v/list: 404

0

There are 0 best solutions below