Git SSH公钥配置

首先下载安装git:https://git-scm.com/downloads/ 一路默认,安装完成后,打开文件夹C:\Users\Administrator\.ssh(Administrator是当前用户名),在空白处点鼠标右键选择“Git Bash Here” ,打开gitbash。 配置用户名和邮箱: $ git config --global user.name "your_name" $
相关文章
相关标签/搜索