How would I need to configure my ssh/git configs so dagger develop can pull a private go dep in my module?
github.com/private-org/some-package
)
I can't get to use ssh instead of https when pulling the private dep, despite having my git config with
[url "ssh://git@github.com/"]
insteadOf = https://github.com/
Always getting into...
fatal: could not read Username for 'https://github.com': terminal prompts disabled