git multi account manage

Git Multi Account Manage

This article focuses on managing multiple Git accounts with SSH. There are plenty of guides on handling multiple Git accounts, but many are fragmented or only solve part of the problem. Here’s a streamlined summary for practical use. Common scenarios include: Using different SSH keys for different domains Using different SSH keys for the same domain Using different Git accounts for the same domain Ultimately, there are two main challenges:...

April 29, 2025 · 2 min · genffy

Mac Failed to Install Playwright Chromium

Why note this? PR’s CI checked failed as i skipped install dependency and update pnpm-lock file, so i must to install it and update pnpm-lock file to pass CI. PR’s details: https://github.com/originjs/vite-plugin-federation/pull/127 When install pnpm install playwright-chromium always pending like this: node_modules/.pnpm/[email protected]/node_modules/playwright-chromium: Running install script... The solution is try to manual install chromium and ffmpeg, the deitails: details:https://github.com/microsoft/playwright/blob/main/packages/playwright-chromium/install.js The version’s info and install details pls check this file: https://github.com/microsoft/playwright/blob/main/packages/playwright-core/src/utils/registry.ts...

March 8, 2023 · 1 min · genffy