加入收藏 | 设为首页 | 会员中心 | 我要投稿 辽源站长网 (https://www.0437zz.com/)- 云专线、云连接、智能数据、边缘计算、数据安全!
当前位置: 首页 > 服务器 > 安全 > 正文

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

发布时间:2020-09-18 10:09:33 所属栏目:安全 来源:网络整理
导读:这篇文章主要介绍了Gitee的下载安装配置及使用,本文通过详细步骤给大家介绍的非常详细,对大家的学习或工作具有一定的参考借鉴价值,需要的朋友可以参考下

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下载安装配置内容请搜索脚本之家以前的文章或继续浏览下面的相关文章希望大家以后多多支持脚本之家!

(编辑:辽源站长网)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

推荐文章
    热点阅读