摘要:每次重新新建工程时候的配置信息都不能直接在命令行里修改用户名和邮箱,不会生效,且报错参考网上解决办法就是找到工程目录的文件夹,打开之后找到文件,在最后边加上一句话
每次重新新建工程时候git的配置信息都不能直接在命令行里修改 用户名 和邮箱,不会生效,且报错
* 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 accounts default identity.
Omit --global to set the identity only in this repository.
fatal: unable to auto-detect email address (got Administrator@PC-20150120BUBR.(none))
参考网上解决办法就是
找到工程目录的.git文件夹,打开之后找到config文件,在最后边加上一句话
[user]
email=your email
name=your name
文章版权归作者所有,未经允许请勿转载,若此文章存在违规行为,您可以联系管理员删除。
转载请注明本文地址:https://www.ucloud.cn/yun/125925.html
摘要:复制代码报错信息如下错误错误解答执行命令安装依赖包。为了让读者理解问题,重现上述错误过程,命令如下复制代码1、Nginx安装过程报错错误一:软件依赖包未正确安装问题---PCRE依赖包没有安装 ./configure: error: the HTTP rewrite module requires the PCRE library. You can either disable the...
阅读 3451·2023-04-25 20:09
阅读 3666·2022-06-28 19:00
阅读 2978·2022-06-28 19:00
阅读 2980·2022-06-28 19:00
阅读 3004·2022-06-28 19:00
阅读 2815·2022-06-28 19:00
阅读 2948·2022-06-28 19:00
阅读 2561·2022-06-28 19:00