设为首页 - 加入收藏 ASP站长网(Aspzz.Cn)- 科技、建站、经验、云计算、5G、大数据,站长网!
热搜: 手机 数据 公司
当前位置: 首页 > 服务器 > 安全 > 正文

Gitee的下载安装配置及使用步骤详解(2)

发布时间:2020-09-16 14:57 所属栏目:53 来源:网络整理
导读:Can't finish GitHub sharing process Successfully created project ‘GitHubDemo' on GitHub, but initial commit failed:* Please tell me who you are.Run git config –global user.email “you@example.com”

Can't finish GitHub sharing process
Successfully created project ‘GitHubDemo' on GitHub, but initial
commit failed:* Please tell me who you are.Run git config –global
user.email “you@example.com” git config –global user.name “Your
Name” to set your account's default identity. Omit –global to set
the identity only in this repository. fatal: empty ident name (for )
not allowed during executing git -c core.quotepath=false commit -m
“Initial commit xxx” –

是由于初次配置的环境,git没有配置好相应的一些必须的信息,需要一个名称才能提交到 gitte上面,解决办法是:在安装 Git的目录下找到 git-bash 这个可执行文件,设置邮箱地址、用户名。即找到git安装目录下的 git-bash 运行后输入下面两行代码即可:

git config --global user.email "you@example.com" git config --global user.name "Your Name"

到此这篇关于Gitee的下载安装配置及使用步骤详解的文章就介绍到这了,更多相关Gitee下载安装配置内容请搜索脚本之家以前的文章或继续浏览下面的相关文章希望大家以后多多支持脚本之家!

(编辑:ASP站长网)

网友评论
推荐文章
    热点阅读