在使用 vercel+github 部署博主 www.ncs.fun 靜態博客的時候
github 項目下無法直接添加 theme 主題文件。#
google 百度亂七八糟的一頓搜索😵 ,蹩腳裁縫麻了。
可能我描述了不清楚,搜索引擎不能準確給予結果
只能用submodule的快捷方式,子項目更新 vercel 不更新😓 ,也許我不會用吧?
哪位要是知道怎麼用告訴我一下,謝謝
沒辦法有段時間用的是 npm 命令安裝主題,但是不能修改主題文件,很麻煩的
最近發現可能是該子文件夾下有.git 文件夾導致無法上傳。#
就是這個文件夾.github
只要是含有.git 的文件夾我都刪了
next 主題有兩個.git
刪除子文件夾下.git 後,如果還是無法提交子文件夾下的文件。
可嘗試以下方法:把 directory 換成你提示的 theme/next
git rm --cached directory
git add directory
注:directory為子文件夾的路徑。
但是執行 git rm --cached directory 時,提示
fatal: Unable to create 'xx/.git/index.lock': File exists.
執行rm -f xx/.git/index.lock後解決