我们使用私有的Bitbucket存储库来管理我们的Go库。通过使用git的insteadOf配置,例如在这个Stackoverflow answer中所描述的,我们有了一个到Go版本1.12的工作构建。版本1.13和1.14不再起作用。我们看到这样的错误: $ go vet ./...
go: downloading bitbucket.org/travello
我想从bitbucket下载一个私有存储库,但是会有一些错误。fatal: could not read Username for 'https://bitbucket.org': terminal prompts disabledFROM golanghttps://username:app_password@bitbucket.org".insteadOf "https:/&