Last active
January 2, 2022 05:57
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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