Arch-Linux
嘗試更新軟體包時出現“請送出您的更改” git 錯誤
當我
yay -Syu
在我的 Arch Linux 機器上執行更新包時,我得到了這個錯誤:-> error fetching libcamera-git: error: Your local changes to the following files would be overwritten by merge: PKGBUILD Please commit your changes or stash them before you merge. Aborting context: exit status 1
我該如何解決這個問題,以便我可以更新我的包?
您可以嘗試刪除有問題的軟體包
yay -Rs libcamera-git
並重新安裝。或者您可以進入
libcamera-git
文件夾並執行git checkout .
,刪除未送出的更改。