git checkout stable-2.5 报错
来源:3-3 Ansible配合virtualenv安装配置

慕侠2486442
2022-03-07
老师,这个切换stable-2.5 分支有什么作用?我下载ansible stable-2.9.zip 的格式到电脑桌面,然后上传到虚拟机,使用git checkout stable-2.9 ,为啥报错?
(.py3-a2.5-evn) [root@node2 ansible-stable-2.9]# git checkout stable-2.9
fatal: Not a git repository (or any of the parent directories): .git
写回答
1回答
-
一路向北
2022-03-07
作用是可以切换到2.5版本的源码,然后进行编译,这里你可以查看这个仓库有哪些有效版本对应的分支 然后尝试切换到该分支后 再进行编译
00
相似问题