intel / intel/linux-kernel-overlay
error: pathspec 'v5.15.137' did not match any file(s) known to git.
- 主要言語
- 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