赞
踩
安装Git后,为了能够连接远程仓库,需配置Git用户名、邮箱和密码
设置用户名
git config --global user.name "Your Name"
设置邮箱
git config --global user.email "email@example.com"
设置密码
git config --global user.password "Your Password"
右键鼠标,点击下图红框内菜单,进入Git Bash命令行
命令输入后,系统会在C:\Users\{{user}}路径中生成.gitconfig文件
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。