This documentation is for a release that is no longer maintained
See documentation for the latest supported version.7.3. 为某些用户提交消息中的用户名和电子邮件错误
目前,对于将 Kubernetes Secret 与 Git-provider 凭证一起使用 的用户存在一个已知问题。这些用户的工作区中 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>
git commit config --global user.name <your_name> git commit config --global user.email <your_email>
Copy to Clipboard Copied! Toggle word wrap Toggle overflow
其他资源