Skip to content

Instantly share code, notes, and snippets.

@kaichao
Created October 13, 2024 14:34
Show Gist options
  • Save kaichao/3a8e1e38347e27f59eab63a43b20d224 to your computer and use it in GitHub Desktop.
Save kaichao/3a8e1e38347e27f59eab63a43b20d224 to your computer and use it in GitHub Desktop.
WSL-ubuntu
## Cannot git-clone from github
```bash
git clone https://github.com/kaichao/app-mwa.git
Cloning into 'app-mwa'...
fatal: unable to access 'https://github.com/kaichao/app-mwa.git/': GnuTLS recv error (-110): The TLS connection was non-properly terminated.
```
```sh
apt-get install -y gnutls-bin
git config --global http.sslVerify false
git config --global http.postBuffer 1048576000
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment