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
go: gitlab.srxcloud.com/test-group/[email protected]: git init --bare in /go/pkg/mod/cache/vcs/4057063b4e5edfa5f3fcb02ce9e41e5fbddacd674d24e08a9780bd04e1bc7d74: exec: "git": executable file not found in$PATH
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Since go mod needs git to download
private libraries
, such as gitlab, do you consider addinggit
todocker golang alpine
?What version of Go are you using (
go version
)?What did you do?
There is a go mod project that references the gitlab private library. When I execute go build, it prompts an error.
What did you expect to see?
What did you see instead?
The text was updated successfully, but these errors were encountered: