美文网首页
mac下安装git

mac下安装git

作者: 我是我自己的 | 来源:发表于2018-08-01 11:18 被阅读0次

前提:mac上已经安装homebrew

1、使用如下命令:

brew install git

brew会自动去下载安装git

2、等待安装结束,出现如下提示:

==>Downloading https://homebrew.bintray.com/bottles/git-2.18.0.sierra.bottle.ta

######################################################################## 100.0%

==>Pouring git-2.18.0.sierra.bottle.tar.gz

==>Caveats

Bash completion has been installed to:

  /usr/local/etc/bash_completion.d

zsh completions and functions have been installed to:

  /usr/local/share/zsh/site-functions

Emacs Lisp files have been installed to:

  /usr/local/share/emacs/site-lisp/git

==>Summary

🍺  /usr/local/Cellar/git/2.18.0: 1,488 files, 296.8MB

 如下所示,git安装在/usr/local/Cellar下

相关文章

  • git常用指令集

    安装 mac下安装方式有: 安装Xcode Command Line Tools; 在git官网下载git客户端;...

  • Git-基础入门

    安装 mac安装:https://git-scm.com/download/mac[https://git-scm...

  • git 总结

    1. 安装 git 不同系统下 git 的安装 Mac上可以在终端上输入: git --version 来查看gi...

  • hexo+github搭建个人博客

    首先需要安装git和node.js Mac下安装git和node.js 首先在终端查看是否安装了git,如果出现以...

  • mac安装git后,在终端里运行git命令,系统提示需要安装Xc

    直接下载git for mac 安装包,https://git-scm.com/download/mac安装完后,...

  • mac下安装git

    前提:mac上已经安装homebrew 1、使用如下命令: brew install git brew会自动去下载...

  • Mac 下git安装

    1.引言 之前版本管理工具一直用的是svn,看到用git的人越来越多也顺便尝试记录一下 2.流程 2.1 首先需...

  • mac下安装git

    1:官方网址链接:https://git-scm.com/download/mac[https://git-scm...

  • git操作手册

    一、Mac git 1、brew install git #Mac中安装git 2、git init #新建文件夹...

  • GitHub 创建步骤及问题

    安装github 下载官网git window 64git window 32git mac 64git mac ...

网友评论

      本文标题:mac下安装git

      本文链接:https://www.haomeiwen.com/subject/bbmlvftx.html