git版本控制软件SourceTree

先占个位git


git在windows上配置ssh公钥github

 

一 .设置git的user name和email:windows

 

$ git config --global user.name "lxyz"ssh

 

$ git config --global user.email "1129103472@qq.com"it

 

二 生成密钥email

 

ssh-keygen -t rsa -C “1129103472@qq.com”配置

 

 按3个回车,密码为空。(不要输密码)rsa

 

而后到.ssh下面将id_rsa.pub里的内容复制出来粘贴到github我的中心的帐户设置的ssh key里面密码

相关文章
相关标签/搜索