0xarch
I could be myself out there. Bullying, reckless, totally selfish. Doing the things that makes me me. If you ain't who you are, then who the fuck are you?
ConsoleArchives关于
QueryCategoriesCode Snippets6Linux1前端技术6游戏2金句1青岛公交8TagsArchLinux1Chromium1JavaScript8Linux2Node.js4都市:天际线2金句1

Linux 下 Git 配置

账户

git config --global user.name $USER_NAME
git config --global user.email $USER_EMAIL

SSH

ssh-keygen -t ed25519 -C $USER_EMAIL

默认公钥位置: $HOME/.ssh/id_ed25519.pub

Git 初始化配置
发布于2024-02-24
作者0xarch
许可协议CC BY-SA
WebJS - 滚动目录实现
已是最早
0xarch 的博客