The company's private gitlab repository uses the http protocol and cannot be pulled through the go get command by default.
I setting the GOPRIVATE and GOINSECURE variables to no avail.
How can I modify it to implement http pull? Looking forward to your reply.
PS: The
sshmethod cannot be implemented because I usetelnet gitlab.company.com 22and cannot access it.