windows:GIT基本部署-1

配置全局:

用户名:git config --global user.name ""xx""

邮箱:git config --global user.email "yy"

验证:git config --global --list

ssh key生成:

ssh-keygen -t rsa -C "yy"

 

原文地址:https://www.cnblogs.com/cpas-3-org/p/15157586.html