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
Trying to build a module-enabled project with go build -o sample ./cmd/sample/... fails with an error:
go: github.com/stretchr/testify@v1.5.1: git init --bare in /go/pkg/mod/cache/vcs/ed2f58bca3966d01dc4666baa48276a4fab360938a8d941050d58e371e2bba77: exec: "git": executable file not found in $PATH
More recent versions of Go work flawlessly.
The text was updated successfully, but these errors were encountered:
wglambert
added
question
Usability question, not directly related to an error with the image
Request
Request for image modification or feature
labels
May 18, 2020
Trying to build a module-enabled project with
go build -o sample ./cmd/sample/...
fails with an error:go: github.com/stretchr/testify@v1.5.1: git init --bare in /go/pkg/mod/cache/vcs/ed2f58bca3966d01dc4666baa48276a4fab360938a8d941050d58e371e2bba77: exec: "git": executable file not found in $PATH
More recent versions of Go work flawlessly.
The text was updated successfully, but these errors were encountered: