sh 将装有curl的Homebrew连接到你的Github前叉
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sh 将装有curl的Homebrew连接到你的Github前叉相关的知识,希望对你有一定的参考价值。
# Install Homebrew
#
mkdir -p /usr/local
mkdir -p /usr/local/bin
sudo chown -R $USER /usr/local
cd $HOME && mkdir -p homebrew
curl -L https://github.com/mxcl/homebrew/tarball/master | tar xz --strip 1 -C homebrew
ln -nfs $HOME/homebrew/bin/brew /usr/local/bin/
brew update
# Hook up Homebrew installation in `~/homebrew` to your fork
#
rm -rf /tmp/myhomebrew
git clone git@github.com:$USER/homebrew.git /tmp/myhomebrew
git --git-dir=/tmp/myhomebrew/.git remote rename origin $USER
git --git-dir=/tmp/myhomebrew/.git remote add upstream git://github.com/mxcl/homebrew.git
cp -r /tmp/myhomebrew/.git $HOME/homebrew/.git
rm -rf /tmp/myhomebrew
以上是关于sh 将装有curl的Homebrew连接到你的Github前叉的主要内容,如果未能解决你的问题,请参考以下文章
Mac 下安装 HomeBrew;RPC failed; curl 56 LibreSSL SSL_read: SSL_ERROR_SYSCALL, errno 54
使用 $http 从 Angular App 连接到 Homebrew PHP/MySQL
将标准输入管道连接到 cURL 标头
无法将 Nexus 4 连接到 adb:未经授权
安装Homebrew报错
安装Homebrew及安装失败处理方法1