Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save denihida1216/1cbdac824610e370fa378e4a84e56b0f to your computer and use it in GitHub Desktop.
Save denihida1216/1cbdac824610e370fa378e4a84e56b0f to your computer and use it in GitHub Desktop.
fatal: unable to access 'https://github.com/Homebrew/brew/': LibreSSL SSL_connect: SSL_ERROR_SYSCALL in connection to github.com:443 Failed during: git fetch --force origin
git config --global user.email [email protected]
##create a file named run.sh
rm -rf /usr/local/bin/brew
rm -rf /usr/local/share/doc/homebrew
rm -rf /usr/local/share/man/man1/brew.1
rm -rf /usr/local/share/zsh/site-functions/_brew
rm -rf /usr/local/etc/bash_completion.d/brew
rm -rf /usr/local/Homebrew
##end
run the file using sh run.sh
curl https://raw.githubusercontent.com/Homebrew/install/master/uninstall > uninstall_brew.rb
ruby uninstall_brew_rb
curl https://raw.githubusercontent.com/Homebrew/install/master/uninstall > uninstall_brew.rb
ruby uninstall_brew_rb
git config --global --unset http.proxy
git config --global --unset https.proxy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment