2
gitの出力を色付きのフォーマットで見ることができません。私はさまざまなSOの質問に記載されているようにすべての必要な設定をしています。 GitリポジトリからCygwinでgitの色を見ることができません
画面:
は
ashish /cygdrive/c/my-data/code/sample(integration) $ git config --list
core.symlinks=false
core.autocrlf=false
color.diff=auto
color.status=auto
color.branch=auto
color.interactive=true
pack.packsizelimit=2g
help.format=html
http.sslcainfo=/bin/curl-ca-bundle.crt
sendemail.smtpserver=/bin/msmtp.exe
diff.astextplain.textconv=astextplain
rebase.autosquash=true
http.sslverify=false
user.name=Ashish Tyagi
[email protected]
diff.tool=diffmerge
difftool.diffmerge.cmd="C:\program files\sourcegear\common\diffmerge\sgdm.exe" $LOCAL $REMOTE
merge.tool=diffmerge
mergetool.diffmerge.trustexitcode=true
mergetool.diffmerge.cmd="C:\program files\sourcegear\common\diffmerge\sgdm.exe" --merge --result=$MERGED $LOCAL $BASE $REMOTE
credential.helper=store
push.default=simple
core.autocrlf=true
color.ui=auto
color.diff=auto
color.status=auto
color.branch=auto
color.interactive=auto
color.pager=true
core.repositoryformatversion=0
core.filemode=false
core.bare=false
core.logallrefupdates=true
core.symlinks=false
core.ignorecase=true
core.hidedotfiles=dotGitOnly
あなたはminttyを使用していますか? – matzeri
とどのバージョンのgit? – matzeri
gitバージョン1.9.5.msysgit.1 – Ashish