git clone https://github.com/bhilburn/powerlevel9k.git ~/.oh-my-zsh/custom/themes/powerlevel9k
Cloning into '/home/po/.oh-my-zsh/custom/themes/powerlevel9k'...
fatal: unable to access 'https://github.com/bhilburn/powerlevel9k.git/': Failed to connect to github.com port 443: Connection refused
This is what I'm facing while trying to clone the zsh theme repo. Not only this, seems I can't curl at any https HOSTING sites. This is another error from my WSL
DESKTOP-RDCBNU9% sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
curl: (35) OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to raw.githubusercontent.com:443
DESKTOP-RDCBNU9% sh -c "$(curl -fsSL https://raw.githubusercontent.com/Linuxbrew/install/master/install.sh)"
curl: (35) OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to raw.githubusercontent.com:443
I ever used this git config --global --add remote.origin.proxy ""
But not working
- Windows 10
- Ubuntu 18.04