intel / intel/linux-kernel-overlay

error: pathspec 'v5.15.137' did not match any file(s) known to git.

未关闭
#2 1 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
Shell
星标
59
派生
22
PR 合并指标
30 天内没有已合并 PR

描述

I followed the following steps to build kernel code. But it reports that it cannot find v5.15.137 branch.

Can you help check how to solve this?
 
git clone https://github.com/intel/linux-kernel-overlay.git
cd linux-kernel-overlay
git checkout lts2021-ubuntu
./build.sh

= [up to date] mainline-tracking-overlay-v6.7-rc3-ubuntu-231129T100251Z -> mainline-tracking-overlay-v6.7-rc3-ubuntu-231129T100251Z
= [up to date] mainline-tracking-overlay-v6.7-rc3-ubuntu-231206T020418Z -> mainline-tracking-overlay-v6.7-rc3-ubuntu-231206T020418Z
= [up to date] mainline-tracking-overlay-v6.7-ubuntu-240110T080436Z -> mainline-tracking-overlay-v6.7-ubuntu-240110T080436Z
+ git checkout v5.15.137
error: pathspec 'v5.15.137' did not match any file(s) known to git.
+ popd
~/test3/linux-kernel-overlay
+ pushd /home/ubuntu/test3/linux-kernel-overlay/build/linux-kernel-v5.15.137
~/test3/linux-kernel-overlay/build/linux-kernel-v5.15.137 ~/test3/linux-kernel-overlay
+ rm '/home/ubuntu/test3/linux-kernel-overlay/build/linux-kernel-v5.15.137/../*.deb'

贡献指南

打开贡献指南

调研方向

Start with build.sh on the lts2021-ubuntu branch and trace the git checkout v5.15.137 step that fails after cloning and fetching. Check which refs are available and compare them with the expected build/linux-kernel-v5.15.137 path; done means the documented build steps complete without the pathspec error.

由索引模型根据 Issue 内容生成。

评估

技术栈
git, linux, shell
领域
build-system, operating-systems
Issue 类型
缺陷
难度
3/5
预计耗时
1-2 天
活跃度
停滞
描述清晰度
基本清楚
新手友好度
35/100

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。