当前位置:   article > 正文

pycharm git 新建备忘

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>   

最后设好权限,如下

文件夹右健,

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

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/盐析白兔/article/detail/865339
推荐阅读
相关标签
  

闽ICP备14008679号