I am trying to build a GO project and one of the modules I have is a private repo.
I get
> [builder 4/4] RUN CGO_ENABLED=0 GOOS=linux go build -o /binary ./cmd:
5.122 Confirm the import path was entered correctly.
5.122 If this is a private repository, see https://golang.org/doc/faq#git_https for additional information.
5.122 internal/pkg/webservice/webservice.go:9:2: reading github.com/x/go-utils/go.mod at revision v0.1.0: git ls-remote -q origin in /go/pkg/mod/cache/vcs/01643059789a0e0b38ec86616e078457ed762e9610469ed02ba9c12b86a5e564: exit status 128:
5.122 fatal: could not read Username for 'https://github.com': terminal prompts disabled
The Railway app is installed for all repos in my orginization. Any ideas?