alternative source for installing git. brew install git; kernel.org Down for maintenance

前端 未结 8 754
我寻月下人不归
我寻月下人不归 2020-12-30 21:35

i just noticed that kernel.org is Down for maintenance. is there a different formula which uses a different mirror ? or could i add a different source (like bundler?) to hom

8条回答
  •  北海茫月
    2020-12-30 21:54

    Updated for 2015: The solution is much simpler asssuming you have ruby.

    @Sharpie added mirror support several years ago. The top answer here is more work than necessary. Do this instead:

    ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

    And then:

    brew install git

提交回复
热议问题