windows7配置git 免密码登录git服务器

1、在桌面右击“Git Bash Here ” 2、输入:cd ~/.ssh/ 3、输入你的git服务器的用户 git config --global user.name "xx" git config --global user.mail "[email protected]" 4、输入以下信息按回车(3次) ssh-keygen -t rsa -C “[email protected]” 5、
相关文章
相关标签/搜索