ShareChiWai Notes
ShareChiWai Notes
Home
Blog
Menu Venue
Event
Sharing
Contact
Light
Dark
Automatic
Posts
Git credential-manager-core is not a git command
最近set up 左新電腦 Copy 了原本用開既電腦既 .gitconfig (檔案路徑: C:\Users%username%.gitconfig) 當我run git pull 既時候出現了以下錯誤信息 git 'credential-manager-core' is not a git command. See 'git ==help' git ‘credential-manager-core’ is not a git command 解決方法 我們只需要更新 .
Last updated on Feb 17, 2024
1 min read
AWS S3 Bucket Security config - Block public access
終於要接觸 Security related既野… 今日想同大家分享一些 S3 既config run 左 AWS 既 Security Hub 之後發現有以下的 問題… S3 buckets should prohibit public read access S3 Block Public Access setting should be enabled at the bucket-level s3-bucket-public-read-prohibited s3-bucket-level-public-access-prohibited S3 should block public access 之後自己便每個 S3 Bucket 去檢查一下…
Last updated on Feb 17, 2024
1 min read
Docker compose rebuild image
上一個post 分享了怎樣 用 docker command 去 Stop and remove Docker image (因為嘗試用 docker compose build 時 docker image 沒有更新到) Docker daemon conflict unable to remove repository reference (must force) 今日終於找到了正確的解決方法:
Last updated on Feb 17, 2024
1 min read
Docker daemon conflict unable to remove repository reference (must force)
玩Docker 時嘗試docker compose up 時佢又唔識用update 左既 config 所以諗住 remove 左個 image 去再build 過.. docker image rm vite-reactjs-nodejs-app 但係又出現左以下呢個問題.. Error response from daemon: conflict: unable to remove repository reference "vite-reactjs-nodejs-app" (must force) - container c6b836b25910 is using its referenced image ec13f6a9159a 最後終於找到解決方法
Last updated on Feb 17, 2024
1 min read
How to shut down windows 11 properly - 在Win 11 上如何真關機
岩岩安裝好部新Laptop … 之後發現雖然嘗試 正常關機… 但是關機後常常看到電源還是著的… 做了一會 research 之後發現原來是一個Windows 令你可以更快開到機既設定… 解決方法 我們只需要在 Windows 上的電源設定 untick Turn on fast startup (recommended) 便可 Power options -> Turn on fast start up 這個設定可以在這裡找到 Control Panel\Hardware and Sound\Power Options\System Settings
Last updated on Feb 17, 2024
1 min read
How to install psql PostgreSQL Client Tools on Windows / 如何在Windows 上安裝 PSQL
由於公司現在是用 Postgres Database 既關係… 很多時都會用到 Postgres 的 PSQL tools 來做一些 operations… 當有新同事 / 新 intern 開始接觸公司的project 時多數都會遇到安裝問題… 我們會用docker 來 run Postgres Database 的 所以不用在主機安裝 Postgres Database Engine 解決方法 我們只需要到以下網扯 https://www.enterprisedb.com/downloads/postgres-postgresql-downloads 下載
Last updated on Feb 17, 2024
1 min read
Cannot find my Azure Subscription
公司岩岩Apply 左做 Microsofr Partner 之後用開果個 Azure Account D Resource / Subscription 都唔見曬 Microsoft Azure Subscription 最後發現原來係因為 Apply 左做 Microsoft Partner之後會create 左個新既 Work / Organization account 原本create果個 Account 係 Personal account…
Last updated on Feb 17, 2024
1 min read
Runtime.HandlerNotFound index.handler is undefined or not exported
最近係公司度做返D house keeping 野… 其中我地有一個service 係用Lambda 寫的… 我地會 upload 一個Zip file 去 S3 度比 Lambda 去 deploy Deploy 完之後 出現左以下的 Error Message Warning: Accessing non-existent property 'handler' of module exports inside circular dependency
Last updated on Feb 17, 2024
1 min read
vitest.config.js
岩岩接觸 Vitest 由於我唔係好熟 TypeScript 但係 Vitest 既 tutorial 同 documentation 多數係用 TypeScript 所以唔知個 vitest.config.js 應該係有 D 咩… 所以就係呢度 share 我個 initial config vitest.config.js import react from "@vitejs/plugin-react"; import { defineConfig } from "vitest/config"; // https://vitejs.
Last updated on Feb 17, 2024
1 min read
Codecov upload coverage report without GitHub Action
終於有時間玩返D 自己想玩既野 好耐之前自己用 nodejs express 整左個 project 用 Jest 做 Unit Test 之後 upload 個 report 去 Codecov{:target="_blank"} 放便睇返個coverage report 最近想幫岩岩起既 NextJs project 做 Unit Test 同 upload report 去 Codecov
Last updated on Feb 17, 2024
1 min read
«
»
Cite
×