git submodule
在部屬 hexo 部落格到雲端 github 時,發現主題下的 minos git status 呈現 untracked 的狀態,搜尋後才知道該主題是 clone 遠端下來的,自動會變成一個子模塊(submodule),對於習慣專案開發的我來說在客製化後不能同步實在很不方便,還是喜歡一整包放在同一個 repository 方便管理。
每每 github 搞了一些新招就得重新適應一次(菸
在2022年某天,嘗試使用 sourcetree 推上去新 code 時,在 Github 時出現了以下錯誤訊息:
remote: Support for password authentication was removed on August 13, 2021. Please use a personal access token instead.
remote: Please see https://github.blog/2020-12-15-token-authentication-requirements-for-git-operations/ for more information.
fatal: unable to access “…” : The requested URL returned error: 403
Update your browser to view this website correctly. Update my browser now