パンプキンスパイスラテ

IT系のことが多めの日記帳です

2011-10-09から1日間の記事一覧

fatal: bad config value for 'core.hidedotfiles' in .git/config でgit pushが失敗する場合の対処法

Windows7で発生。 下記をmsysgitで実行するか、 git config core.hidedotfiles "false"TortoiseGitのSetting - Configの「Edit local .gitconfig」で [core] ... hidedotfiles = falseを追加する。hidedotfilesは "隠しフラグを設定しないようにするオプショ…