Shimpei Wakida's Blog

日々の学びをゆるりと.

ターミナル用Gitクライアント`tig`で、コミットしようとしたら `fatal: could not read '/Users/<user_name>/.stCommitMsg': No such file or directory` エラー

Macユーザー変更に関連するエラー。完全自分用備忘録。

tig でコミットしようとしたら、以下エラー。

fatal: could not read '/Users/<user_name>/.stCommitMsg': No such file or directory

また古いホームディレクトリを参照している。

さくっとtig周りの設定ファイルを見てもよく分からなかったので、ChatGPTに聞いてみる。

いくつか存在しないファイルを提示されたりしたが、~/.gitconfigの中身をみると、いくつか古いホームディレクトが書かれていた。

今回でいうと

[commit]
        template = /Users/<old_user_name>/.stCommitMsg

この記述が該当箇所だった。