gpt4 book ai didi

git - 如何在 `go install` -ing 私有(private)包时输入 git repo 用户名?

转载 作者:行者123 更新时间:2023-12-01 21:11:47 25 4
gpt4 key购买 nike

这个问题在这里已经有了答案:





What's the proper way to "go get" a private repository?

(17 个回答)


2年前关闭。




我正在尝试从 gitlab.company.com/package.git 安装一个包,我当然有一个用户,但是在尝试 go 时不会询问用户名,而是立即假设我希望使用我的 linux-username (这与我在 gitlab 上的用户名不同)。

示例:go.mod

...
require(
...
gitlab.company.com/package.git
...
)
...

重击:
$linux-username@computer $ go install
linux-username@gitlab.company.com's password:

在这里我需要以某种方式使用 gitlab-username@gitlab.company.com ,而不是 linux-username .
Ofc 我可以创建一个新的 linux 用户来同步项目,或者在 gitlab 上创建一个新的用户/别名,以便帐户名称匹配,但这感觉很hacky。

我已经配置了 ssh,通常使用它从 git 中检索项目。

最佳答案

它不是 linux 用户名,而是之前设置的全局 git 用户名。

但是您可以在 ./git/gitconfig 中设置本地配置或使用此命令:

git config user.name "Mona Lisa"

关于git - 如何在 `go install` -ing 私有(private)包时输入 git repo 用户名?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/59788329/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com