-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Open
Labels
Description
Building from the current main is broken for those of us without access to github.com/hashicorp/go-pgmultiauth
go: downloading github.com/hashicorp/go-pgmultiauth v1.0.0
physical/postgresql/postgresql.go:18:2: reading github.com/hashicorp/go-pgmultiauth/go.mod at revision v1.0.0: git ls-remote -q origin in /home/$USER/go/pkg/mod/cache/vcs/58ee42c26384a275157753c7388c1775405f865395b04baa95ea7f62a2ab0cc3: exit status 128:
fatal: could not read Username for 'https://github.com': terminal prompts disabled
Confirm the import path was entered correctly.
If this is a private repository, see https://golang.org/doc/faq#git_https for additional information.
Added here: d9ecd5b
To Reproduce
Steps to reproduce the behavior:
Run git clone https://github.com/hashicorp/vault.git
Run make bootstrap
Run make dev
works fine with commit
7010adf