init push專案時報錯
remote: error: GH001:
Large files detected. You may want to try Git Large File Storage
目前分類:抓蟲日誌 (42)
- Feb 20 Thu 2025 14:23
remote: error: GH001: Large files detected. You may want to try Git Large File Storage exceeds GitHub's file size limit git filter-branch
- Feb 08 Sat 2025 04:00
wordpress 庫存中文字樣調整 translatepress plugin
- Feb 05 Wed 2025 04:00
el radio切換報錯 Blocked aria-hidden on an element because its descendant retained focus. The focus must not be hidden from assistive technology users
報錯:
Blocked aria-hidden on an element because its descendant retained focus. The focus must not be hidden from assistive technology users. Avoid using aria-hidden on a focused element or its ancestor. Consider using the inert attribute instead, which will also prevent focus. For more details, see the aria-hidden section of the WAI-ARIA specification at https://w3c.github.io/aria/#aria-hidden. Element with focus: input Ancestor with aria-hidden:
- Jan 27 Mon 2025 21:58
windows開機無限迴圈卡住
手殘在開機啟動項寫了個run again導致無限開cmd視窗一開機卡住
解法是safe mode開機避開開機自啟動
之後就能改掉卡住的無限迴圈
- Jan 27 Mon 2025 21:58
windows開機無限迴圈卡住
手殘在開機啟動項寫了個run again導致無限開cmd視窗一開機卡住
解法是safe mode開機避開開機自啟動
之後就能改掉卡住的無限迴圈
- Jan 22 Wed 2025 11:54
Getting code actions from 'Vue - Official' (configure).
- Jan 05 Sun 2025 00:00
git 刪除remote tag 並保留同名main分支
git tag 打了個main
推上去後gitlab會有bug
接下來不管branch main怎麼更新
- Sep 08 Sun 2024 15:49
gmail wp mail smtp設定 測試信件驗證失敗
- Mar 08 Fri 2024 06:00
mac yarn install error certificate has expired
- Nov 24 Fri 2023 07:00
/n換行無效問題處理 white-space or <br>
- Nov 24 Fri 2023 07:00
現在別人可以搜尋到我的網站嗎?-程式猴子的SEO(7)
有時新站架了、文章寫了
SERACH CONSOLE也已經提出索引請求
但還是沒流量
- Apr 20 Thu 2023 00:00
vue 環境變數 .env 設定後 process.env取不到變數
- Mar 31 Fri 2023 10:37
宇宙大爆炸 大量衝突 fatal: refusing to merge unrelated histories git merge --allow-unrelated-histories <branch-to-merge>
之前在這篇處理了reference broken錯誤後
https://monkeyjhong.pixnet.net/blog/post/340441938
- Mar 29 Wed 2023 22:00
Google Ads 目前無法完成您的要求。請重新載入此網頁後再試一次。
- Mar 28 Tue 2023 11:14
已解決 git報錯 error: cannot lock ref 'refs/heads unable to resolve reference 'refs/heads/xxxx': reference broken 遠端分支不見
push分支遇到這個錯誤:
error: cannot lock ref 'refs/heads/xxxx': unable to resolve reference 'refs/heads/xxxx': reference broken
To xxxx.git
- Feb 22 Wed 2023 11:06
lint on save 卡死報錯 .vue': Getting code actions from ''Vetur', 'ESLint'' (configure).
- Aug 19 Fri 2022 00:00
git ignore 無效 暫存問題清除
- Aug 04 Thu 2022 01:00
python email 錯誤 imaplib.error: b'[AUTHENTICATIONFAILED] Invalid credentials (Failure)'
- Aug 01 Mon 2022 00:00
python selenium 排程無法執行
- Jul 12 Tue 2022 02:00
排錯 Unexpected unknown pseudo-class selector ":deep" selector-pseudo-class-no-unknown
Unexpected unknown pseudo-class selector ":deep" selector-pseudo-class-no-unknown
在stylelint config 加個 ignorePseudoClasses 參數就可以了