赞
踩
git --version
显示git版本号即表示安装成功以下步骤基于win7,如果使用win10系统,在命令行窗口直接操作以下命令,不用来回切换
type %userprofile%\.ssh\id_rsa.pub
type %userprofile%\.ssh\id_rsa.pub | clip
,跳到第8步Git Bash Here
ssh-keygen -t rsa -C "your.email@example.com" -b 4096
, 注意替换成你的邮箱type %userprofile%\.ssh\id_rsa.pub | clip
,此时key已经复制到粘贴板Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。