2016-07-11 12 views
2

gitの出力を色付きのフォーマットで見ることができません。私はさまざまなSOの質問に記載されているようにすべての必要な設定をしています。 GitリポジトリからCygwinでgitの色を見ることができません

画面:

enter image description here

画面のGit用のBash:ここ enter image description here

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 
+0

あなたはminttyを使用していますか? – matzeri

+0

とどのバージョンのgit? – matzeri

+0

gitバージョン1.9.5.msysgit.1 – Ashish

答えて

3

cygwinのセットアップ

を使用して、追加パッケージをインストールするには、私のGitの設定ファイルであります 例としてはgitを使用して

https://cygwin.com/cygwin-ug-net/setup-net.html#setup-packages

1) select "Full" view 
2) search "git" to filter between the ~ 4000 packages 
3) click on "New" column at git row the "Skip" until the "2.8.3-1" is selected 

enter image description here

+0

をインストールするにはどうすればいいですか? – Ashish

関連する問題