gpt4 book ai didi

git - 如何为gitlab设置配置?

转载 作者:太空狗 更新时间:2023-10-29 14:44:45 25 4
gpt4 key购买 nike

我使用了 official guide到配置。 key 已生成。不明白如何设置配置。这是我的文件:

[core]
repositoryformatversion = 0
filemode = true
bare = false
logallrefupdates = true
[remote "origin"]
url = https://gitlab.com/artem-solovev-lse/notepad.git
fetch = +refs/heads/*:refs/remotes/origin/*
[branch "master"]
remote = origin
merge = refs/heads/master

最佳答案

ssh key与 https 网址无关。

  • https 将使用您的 GitLab 帐户凭据。
  • ssh 将使用 $HOME/.ssh/id_rsa(.pub)

如果你想使用 ssh url,你至少应该切换到 ssh:

cd /path/to/my/repo
git remote set-url origin git@gitlab.com:artem-solovev-lse/notepad.git

关于git - 如何为gitlab设置配置?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34926979/

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