gpt4 book ai didi

git - 如何使用 git 和链 git config user.name 进行克隆

转载 作者:行者123 更新时间:2023-12-05 08:41:30 24 4
gpt4 key购买 nike

我想用 git 做命令链接。我想要克隆一个 repo,然后为该工作副本设置配置,更改 user.name、user.email。

我试过这个:

git clone https://repoUrl.git && git config user.name "Khaled" && git config user.email "test@server.com"

但是我得到了这个错误:

error: could not lock config file .git/config: No such file or directory

最佳答案

git clone --config key1=value1 --config key2=value2 https://git.com/repo.git

请引用:https://git-scm.com/docs/git-clone

关于git - 如何使用 git 和链 git config user.name 进行克隆,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49398443/

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