7.3. 为某些用户提交消息中的用户名和电子邮件不正确
目前,使用带有 Git-provider 凭证的 Kubernetes Secret 的用户存在一个已知问题。目前,这些用户的 Git 操作的用户名和密码和电子邮件是从 <user> - devspaces 命名空间的 Secret 中获取的。
user -profile
重要
此已知问题不会影响 由管理员配置的 Git-provider OAuth。
临时解决方案
在运行工作空间的编辑器终端中,运行以下命令设定您的提交作者名称和电子邮件:
git commit config --global user.name <your_name> git commit config --global user.email <your_email>
其他资源