赞
踩
右键Folder,打开Git Bash命令虚拟终端。
一、配置全局变量–Platform用户名&邮箱
git config --global user.name " your platform username"
git config --global user.email your platform user email*
git config --global --list
二、生成SSH密钥
ssh -keygen -t rsa
三、Platform 配置SSH公钥
四、Git Bash 查看已存在SSH公钥
– ls -al ~/.ssh
Git Bash测试网络传输
– ping github.com
Git Bash测试连接是否成功
– ssh -T git@github.com
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。