
Research
Node.js Fixes AsyncLocalStorage Crash Bug That Could Take Down Production Servers
Node.js patched a crash bug where AsyncLocalStorage could cause stack overflows to bypass error handlers and terminate production servers.
@croatialu/gi
Advanced tools
根据目录中的 .gitidentity.json 修改git仓库的 user/email 信息
npm i @croatialu/gi -g
.gitidentity.json 文件{
"name": "croatialu", // git 名
"email": "wuli.croatia@foxmail.com", // git 显示邮箱
"level": 3, // 递归深度
"excludeDir": [] // 排除的文件夹名
}
.gitidentity.json 配置同步到本仓库level,排除 excludeDir 后, 将满足规则的git仓库进行配置同步├── remote
│ ├── gi
│ ├── taro-lazy-swiper
│ └── taro-playground
└── workspace
├── company-project-a
└── company-project-b
有个人仓库目录 remote 和 公司项目仓库 workspace, 而当想针对 remote 个人仓库单独配置 user.name 和 user.email, 则只需要创建 .gitidentity.json 在 remote/.gitidentity.json 中, 然后运行 gi ,就会自动同步git配置信息
同理,公司仓库也一样, 配置 .gitidentity.json 在 workspace/.gitidentity.json中,balabala....
最终的目录结构是:
├── remote
│ ├── gi
│ ├── taro-lazy-swiper
│ └── taro-playground
| └── .gitidentity.json
└── workspace
├── company-project-a
├── company-project-b
└── .gitidentity.json
FAQs
根据目录中的 `.gitidentity.json` 修改git仓库的 user/email 信息
The npm package @croatialu/gi receives a total of 0 weekly downloads. As such, @croatialu/gi popularity was classified as not popular.
We found that @croatialu/gi demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
Node.js patched a crash bug where AsyncLocalStorage could cause stack overflows to bypass error handlers and terminate production servers.

Research
/Security News
A malicious Chrome extension steals newly created MEXC API keys, exfiltrates them to Telegram, and enables full account takeover with trading and withdrawal rights.

Security News
CVE disclosures hit a record 48,185 in 2025, driven largely by vulnerabilities in third-party WordPress plugins.