pycharm git 新建备忘

git 提交时出现如下错误:

Committer identity unknown
*** 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: unable to auto-detect email address (got 'Administrator@DESKTOP-EJH0A7C.(none)')

按提示,在虚拟环境中进行操作,ok

(venv) PS D:\of172406> git config --global user.email "xxxx@126.com"
(venv) PS D:\of172406> git config --global user.name "xxxx"
(venv) PS D:\of172406>   

最后设好权限,如下

文件夹右健,

在此可以设置密码,区别不同人使用

相关推荐

  1. NeuralKG运行

    2024-07-21 12:26:03       55 阅读
  2. Linux手册

    2024-07-21 12:26:03       39 阅读
  3. Git 清单

    2024-07-21 12:26:03       47 阅读
  4. vue,Promise

    2024-07-21 12:26:03       40 阅读
  5. UnityDOTS

    2024-07-21 12:26:03       24 阅读
  6. Json格式

    2024-07-21 12:26:03       24 阅读
  7. Linux CenTOS命令

    2024-07-21 12:26:03       56 阅读

最近更新

  1. docker php8.1+nginx base 镜像 dockerfile 配置

    2024-07-21 12:26:03       52 阅读
  2. Could not load dynamic library ‘cudart64_100.dll‘

    2024-07-21 12:26:03       54 阅读
  3. 在Django里面运行非项目文件

    2024-07-21 12:26:03       45 阅读
  4. Python语言-面向对象

    2024-07-21 12:26:03       55 阅读

热门阅读

  1. webpack

    2024-07-21 12:26:03       21 阅读
  2. 算法剩余部分

    2024-07-21 12:26:03       16 阅读
  3. 【SQL】百万千万级最大表如何添加字段

    2024-07-21 12:26:03       19 阅读
  4. 谓词 & lambda & bind()

    2024-07-21 12:26:03       14 阅读
  5. 系统运维的数字化与智能化探索

    2024-07-21 12:26:03       17 阅读
  6. Python异常处理

    2024-07-21 12:26:03       13 阅读
  7. 力扣题解(完全平方数)

    2024-07-21 12:26:03       20 阅读
  8. leetcode位运算(1720. 解码异或后的数组)

    2024-07-21 12:26:03       16 阅读
  9. 数据结构 day1

    2024-07-21 12:26:03       14 阅读