改用 JetBrains Writerside 紀錄 https://jakeuj.com/
2024-09-24
置頂文章
2024-02-06
Jetbrains Writerside CI/CD 自動化部署 Markdown 到 GIthub Pages
筆記下流程跟修正官方文件中的錯誤
2024-02-05
CI/CD Github workflow 使用私人庫的子模組
Github workflow Submodules from private repositories
2023-12-25
[Git] stash 和 shelve 的區別
Jetbrains IDE 內建 stash 和 shelve
2023-12-25
[Git] 跳過工作樹以忽略本地變更
git update-index --skip-worktree /path/to/file
2023-12-25
[Git] .gitignore 和.git/info/exclude 的區別
gitignore vs exclude
2023-11-03
TortoiseGit 設定不同 Github 帳號
筆記下如何跨帳號存取 repo
2023-10-04
如何在 linux 從 github clone repo
筆記在 GCE ubuntu 使用 ssh 方式從 github 取得專案
2022-10-21
ABP.IO WEB應用程式框架 Azure App Service CI/CD deployment
筆記下 Azure App Service 部屬中心 CI/CD
2021-11-24
Git 移除新增忽略之已推送檔案的追蹤
誤 Push 之檔案的處理方式
2021-08-06
DevOps Git Repo 連線失敗
Connection was reset in connection to dev.azure.com:443
2021-07-27
Git Pull Error Filename too long
最近從 Github 拉一些參考專案遇到兩次拉不下來的情況
反正是參考用的直接在網頁上看也是可以就沒特別注意
今天隨手查了一下順手作個紀錄怎麼解決
2021-06-17
Dotnet Core NLog 於 Linux 無法產生 Log 問題
- 485
- 0
- Asp.Net Core
Nlog.config 的採坑紀錄
2021-04-20
Drone Cloud Github DotNetCore Build CI/CD Runner Note
Drone 可以用容器來做 CI/CD
目測官方有提供雲端環境可以直接用
也可以自建環境到公司內部自己用
筆記一下注意事項
2021-04-09
Github Pages 裝載和部署 ASP.NET Core Blazor WebAssembly
筆記下各種問題 404 Hash Decode … ETC.
Failed to find a valid digest in the 'integrity' in Blazor WASM
2021-02-23
Azure App Service Git Authentication failed for
心血來潮用了一下 Azure App Service 的 Git 部屬
結果一直登入失敗,筆記下最後成功
- 1