在 Mac 上使用 macports 安装 git

Nov 17, 2024 • 预计阅读时间 1 分钟

安装 git,支持 macOS 的钥匙链特性,Diff 高亮和 SVN 支持:

sudo port install git +credential_osxkeychain +diff_highlight +svn

推荐再安装 git-lfs 对大文件的支持:

sudo port install git-lfs

最后配置 git:

[credential]
	helper = osxkeychain
[filter "lfs"]
	clean = git-lfs clean -- %f
	smudge = git-lfs smudge -- %f
	process = git-lfs filter-process
	required = true
macOSgit
版权声明:如果转发请带上本文链接和注明来源。

lvv.me

iOS/macOS Developer

设置代理时 DNS 的解析情况