This documentation is for a release that is no longer maintained
See documentation for the latest supported version.7.3. 一部のユーザーのコミットメッセージ内のユーザー名とメールアドレスが間違っている
現在、Git プロバイダーの認証情報で Kubernetes Secret を使用しているユーザーに対して既知の問題があります。これらのユーザーの Worspace での Git 操作のユーザー名と電子メールは、現在、<user> -devspaces
名前空間の user-profile
Secret から取得されます。
重要
この既知の問題は 管理者によって設定された Git プロバイダー 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
関連情報