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>
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
其他资源