Skip to content

clone项目要注意安全

npmstudy edited this page Feb 29, 2024 · 1 revision

参考https://twitter.com/i5ting/status/1762739520636903658

1、方法1

可以在 ~/.gitconfig 中加上: [includeIf "gitdir:/github/"] path = ~/.githubconfig

然后把 github 用到的用户名和邮箱配置在 ~/.githubconfig 中,把 github 项目放在 ~/github 目录中

后续 github 目录中的项目操作 git 就自动使用和其它目录中不一样的用户名和邮箱了

2、方法2

使用贯高写的

https://github.com/popomore/projj

Clone this wiki locally