gpt4 book ai didi

git - 如何找到本地 GIT 仓库的 url

转载 作者:太空狗 更新时间:2023-10-29 12:46:25 28 4
gpt4 key购买 nike

在我们的开发环境中,我可以看到 GIT 存储库是从 TEST 克隆的,

在配置文件中,

[remote "origin"]
url = //foo/test-foo-project
fetch = +refs/heads/master:refs/remotes/origin/master

我现在想将开发中的存储库 pull 到我的本地实例。我知道//foo/test-foo-project 不是真正的路径。但我可以确定要使用哪个 URL?

最佳答案

可以从 origin 获取 url 的 Git 命令

$git config --get remote.origin.url

但是你不能设置新的路径

$git config remote.origin.url "newPath"

这将失败并显示消息错误:无法锁定配置文件 ./config: 文件存在

关于git - 如何找到本地 GIT 仓库的 url,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16452415/

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