赞
踩
Git 安装完成,安装目录下找到git-bash文件,打开
1.配置全局的用户名和邮箱,输入如下命令
git config --global user.name "自定义用户名"
git config --global user.email "邮箱"
2.配置ssh key
输入ssh-keygen命令,回车下去,成功之后id_rsa,id_rsa.pub两个文件默认在user/.ssh目录下。
3.找到GitLab或者GitHub的SSH Key设置,将生成的id_rsa.pub文件内容添加进去
4.可以使用如下命令查看当前的全局变量:
git config --global --list
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。