git config--global user.name "用户名"git config--global user.email "邮箱"# 禁用git自动LF转CRLF git config--global core.autocrlffalse# 生成密钥(默认文件名id_rsa) #-t 密钥类型 #-C 注释 ssh-keygen -t rsa -C "邮箱" PowerShell 插件 posh-git 安装 VSCode 默认使用PowerShell,启动powershell,...