








安装git
创建SSH Key
ssh-keygen -t rsa -C "youremail@example.com"
在用户目录里面找到.ssh,里面有id_rsa和id_rsa.pub两个文件,这2个文件就是SHH Key的密钥对
gitee中配置SSH Key

.gitignore
.DS_Store node_modules /dist # local env files .env.local .env.*.local # Log files npm-debug.log* yarn-debug.log* yarn-error.log* # Editor directories and files .idea .vscode *.suo *.ntvs* *.njsproj *.sln *.sw*
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。