gpt4 book ai didi

linux - Git checkout 分支不工作

转载 作者:太空宇宙 更新时间:2023-11-04 12:03:50 24 4
gpt4 key购买 nike

我是 git 的新手,正在尝试了解这里出了什么问题。

[root@root /]# git describe --tags
16.0.13-7-g56099d7

尝试升级到 16.0.15 分支或标签(出错)

[root@root /]# git checkout 16.0.15
error: pathspec '16.0.15' did not match any file(s) known to git.

尝试不同的方式(没有错误)

[root@root /]# git checkout -b 16.0.15
Switched to a new branch '16.0.15'

但仍然显示旧版本

[root@root /]# git describe --tags
16.0.13-7-g56099d7

我错过了什么吗?

最佳答案

首先,切换到适当的目录,您似乎是在根目录或 / 级别执行此操作。如果可能,您还应该将用户更改为 root 以外的用户。


接下来,从新位置克隆存储库;

git clone https://github.com/openstack/openstack-ansible.git

然后切换到克隆的仓库目录;

cd openstack-ansible/

检查所需的分支;

git checkout 16.0.15

最后,按照 https://docs.openstack.org/openstack-ansible/pike/user/minor-upgrade.html 上的其余说明进行操作

关于linux - Git checkout 分支不工作,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51368326/

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