当前位置: 首页>移动开发>正文

mac android studio从git上下载项目 mac怎么下载git


文章目录

  • 下载
  • 安装
  • 配置环境变量
  • 使用示范


下载

搜索 git mac download 一般第一个就是:

mac android studio从git上下载项目 mac怎么下载git,mac android studio从git上下载项目 mac怎么下载git_git,第1张

https://git-scm.com/download/mac

mac android studio从git上下载项目 mac怎么下载git,mac android studio从git上下载项目 mac怎么下载git_macbook_02,第2张

这里提到了6种安装方式。

前两种 homebrew 和 macports 是包管理工具。如果你已经有了可以使用。

(我正是为了安装brew才来安装git的,循环了不是)

第三种,如果你的macOS已经装了 Xcode 这款集成开发工具,他自带了一个git(就像你安装IDEA会自带一个maven一样)

第四种,下载二进制安装工具,【点击 Installer】

第五种,从源码编译得到二进制文件内容,然后去做配置。有点麻烦但最通用(Windows/Linux/MacOS)。

第六种,下载 git-gui 这款git的UI工具,他也自带git(我没有 brew)。

最终得到的安装包地址:

https://nchc.dl.sourceforge.net/project/git-osx-installer/git-2.15.0-intel-universal-mavericks.dmg 因为是从 sourceforge 下载,有可能用浏览器下载有点慢:

mac android studio从git上下载项目 mac怎么下载git,mac android studio从git上下载项目 mac怎么下载git_macos_03,第3张

别怕,你可以复制链接用迅雷下载,下载速度会快一点。

安装

在 Finder 中,双击下载好的 dmg 文件:

mac android studio从git上下载项目 mac怎么下载git,mac android studio从git上下载项目 mac怎么下载git_macos_04,第4张

弹出如下界面:

mac android studio从git上下载项目 mac怎么下载git,mac android studio从git上下载项目 mac怎么下载git_下载_05,第5张

双击界面中的 pkg 文件,会弹出以下界面(从这里开始就很像Windows式的UI操作,一直continue即可)

mac android studio从git上下载项目 mac怎么下载git,mac android studio从git上下载项目 mac怎么下载git_安装_06,第6张

让你选择安装位置。我不改:

mac android studio从git上下载项目 mac怎么下载git,mac android studio从git上下载项目 mac怎么下载git_macbook_07,第7张

点 Continue ,需要使用密码:

mac android studio从git上下载项目 mac怎么下载git,mac android studio从git上下载项目 mac怎么下载git_安装_08,第8张

验证过指纹/密码就开始自动安装:

mac android studio从git上下载项目 mac怎么下载git,mac android studio从git上下载项目 mac怎么下载git_macbook_09,第9张

安装成功:

mac android studio从git上下载项目 mac怎么下载git,mac android studio从git上下载项目 mac怎么下载git_安装_10,第10张

Close ,问你要不要顺便把安装包删除?

mac android studio从git上下载项目 mac怎么下载git,mac android studio从git上下载项目 mac怎么下载git_macbook_11,第11张

还是留着吧。别忘了这个窗口,自己关一下:

mac android studio从git上下载项目 mac怎么下载git,mac android studio从git上下载项目 mac怎么下载git_git_12,第12张

安装完成。

配置环境变量

如果使用的是 通过鼠标点击安装包/UI界面方式 安装,则它会自动配置环境变量。

mac android studio从git上下载项目 mac怎么下载git,mac android studio从git上下载项目 mac怎么下载git_下载_13,第13张

/usr/local/bin/git 就是刚才安装的 git。

使用示范

git clone https://github.com/wuyujin1997/HelloWorld

mac android studio从git上下载项目 mac怎么下载git,mac android studio从git上下载项目 mac怎么下载git_macos_14,第14张

完毕。



https://www.xamrdz.com/mobile/4au1963366.html

相关文章: