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"

 

 

posted @ 2021-08-18 16:54  Catonce  阅读(43)  评论(0)    收藏  举报