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
I am trying to package the CLI for openSUSE. As the build is done offline, I need to vendor the go dependencies beforehand.
Unfortunately this fails:
$ go mod download
go: github.com/openfaasltd/actuated/types@v0.0.0-20240729175505-d862db002103: invalid version: git ls-remote -q origin in /home/XXX/go/pkg/mod/cache/vcs/5f40a7bb6a95c215c49d936867cb6eee519cad81bc94c572659cbf17e180d44c: exit status 128:
fatal: could not read Username for 'https://github.com': terminal prompts disabled
$