android-studio - android studio使用git commit时输入用户名和邮箱显示can't set user.name?

 mobiledu2502863683 发布于 2022-10-26 16:32

android studio使用git commit时提示我输入用户名和邮箱,输入确定后显示can't set user.name and user.email

Couldn't set user.name and user.email: error: could not create parent 
directory of C:\WINDOWS\system32\config\systemprofile/.gitconfig

我曾使用git命令行的方式设置user.name和邮箱

$ git config --global user.name"名字"
$ git config --global user.email 邮箱

还是没有解决上述问题

1 个回答
  • …… 感觉是英文水平问题 ……
    Couldn't set user.name and user.email: error: could not create parent
    directory of C:WINDOWSsystem32configsystemprofile/.gitconfig

    不能建立上级文件夹
    C:WINDOWSsystem32configsystemprofile/.gitconfig

    2022-10-27 01:13 回答
撰写答案
今天,你开发时遇到什么问题呢?
立即提问
热门标签
PHP1.CN | 中国最专业的PHP中文社区 | PNG素材下载 | DevBox开发工具箱 | json解析格式化 |PHP资讯 | PHP教程 | 数据库技术 | 服务器技术 | 前端开发技术 | PHP框架 | 开发工具 | 在线工具
Copyright © 1998 - 2020 PHP1.CN. All Rights Reserved 京公网安备 11010802041100号 | 京ICP备19059560号-4 | PHP1.CN 第一PHP社区 版权所有