我想了解我在windows-32位或64位上運行的Git版本。任何想法如何找出來?我正在粘貼我擁有的任何信息。如何查找我是否使用32位或64位版本的Git
$ git version
Git版本1.7.10.msysgit.1
[email protected] ~
$ git config -l
core.symlinks=false
core.autocrlf=true
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
gui.recentrepo=C:/OCRImages_GIT
[email protected]
user.name=Vivek Kaul
merge.tool=kdiff3
core.autocrlf=true
core.editor="C:/Program Files (x86)/GitExtensions/GitExtensions.exe" fileeditor
mergetool.kdiff3.path=C:/Program Files (x86)/KDiff3/kdiff3.exe
diff.guitool=kdiff3
difftool.kdiff3.path=C:/Program Files (x86)/KDiff3/kdiff3.exe
http.postbuffer=2000000000
push.default=matching
pack.windowmemory=512m
pack.packsizelimit=2g
$(這混帳) /bin/git 我在git bash中找不到它。 vkaul @ NBVK〜 $ file $(which git) sh.exe「:file:command not found – vkaul11
git version 1.7.10.msysgit.1顯示它是windows的一種...所以不是文件或默認的那個 –