IDEA上传项目到gitee前的准备及详细过程

1、下载一个git,运行Git Bash 2、注册邮箱 在git bash界面输入如下内容即可完成邮箱的注册: $ git config --global user.name “user.name” (双引号中需要你的用户名,这个可以随便输入,比如“ming.xiao”) $ git config --global user.password" password" (设置该账号的密码) $ git
相关文章
相关标签/搜索