Gitを正式なWebサイトからMacにダウンロードした後...私はほぼ1時間以上試して、official websiteを含む数多くのチュートリアルを見てきましたが、それでも実際にインストールするには問題があります私のマックでそれを見つけるために。また、私は彼らの指示に従った後、端末でのコードの反応も指示とは異なります。私のMacでファイルとして見つかる場所はありませんが、端末に表示されます。端末に表示されますが、通常のインストール処理には問題があります。問題を見つけてください。私の端末を開いMacにGitをインストールできない
....私は「Gitの設定--list」をチェックしたときに、それが与えるコードが
core.excludesfile=~/.gitignore
core.legacyheaders=false
core.quotepath=false
core.pager=less
mergetool.keepbackup=true
push.default=simple
color.ui=auto
color.interactive=auto
repack.usedeltabaseoffset=true
alias.s=status
alias.a=!git add . && git status
alias.au=!git add -u . && git status
alias.aa=!git add . && git add -u . && git status
alias.c=commit
alias.cm=commit -m
alias.ca=commit --amend
alias.ac=!git add . && git commit
alias.acm=!git add . && git commit -m
alias.l=log --graph --all --pretty=format:'%C(yellow)%h%C(cyan)%d%Creset %s %C(white)- %an, %ar%Creset'
alias.ll=log --stat --abbrev-commit
alias.lg=log --color --graph --pretty=format:'%C(bold white)%h%Creset -%C(bold green)%d%Creset %s %C(bold green)(%cr)%Creset %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative
alias.llg=log --color --graph --pretty=format:'%C(bold white)%H %d%Creset%n%s%n%+b%C(bold blue)%an <%ae>%Creset %C(bold green)%cr (%ci)' --abbrev-commit
alias.d=diff
alias.master=checkout master
alias.spull=svn rebase
alias.spush=svn dcommit
alias.alias=!git config --list | grep 'alias\.' | sed 's/alias\.\([^=]*\)=\(.*\)/\1\ => \2/' | sort
include.path=~/.gitcinclude
include.path=.githubconfig
include.path=.gitcredential
diff.exif.textconv=exif
credential.helper=osxkeychain
user.name=
user.email=
待ち、 'git config --list'を実行できますか?それでは、すでにインストールされていて、 'git --version'を試してみてください。 – BladeMight
_"私のmacにファイルとして見つかる場所はありませんが、端末に表示されています。ファイルとして? – 1615903
@BladeMightバージョンは2.10.1ですが、ソフトウェアやファイルとして私のMac上で見つけることができませんでした –