You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 7, 2024. It is now read-only.
Upon installing RMG-Py on Windows Linux Subsystem using git clone, we ran into the following error:
(base) danielokuo@DESKTOP-AA49UEU:~/RMG$ git clone https://github.com/ReactionMechanismGenerator/RMG-Py.git Cloning into 'RMG-Py'... fatal: unable to access 'https://github.com/ReactionMechanismGenerator/RMG-Py.git/': gnutls_handshake() failed: Close notify
We tried uninstalling and installing git-again, with sudo apt-get remove git sudo apt-get install git
and we still had the same error.
The text was updated successfully, but these errors were encountered:
yunsiechung
changed the title
git clone fails with "gnutls_handshake() failed: Close notify"
git clone fails with "gnutls_handshake() failed: Close notify" on Windows Linux Subsystem
Jan 25, 2021
Upon installing RMG-Py on Windows Linux Subsystem using
git clone
, we ran into the following error:(base) danielokuo@DESKTOP-AA49UEU:~/RMG$ git clone https://github.com/ReactionMechanismGenerator/RMG-Py.git
Cloning into 'RMG-Py'... fatal: unable to access 'https://github.com/ReactionMechanismGenerator/RMG-Py.git/': gnutls_handshake() failed: Close notify
We tried uninstalling and installing git-again, with
sudo apt-get remove git
sudo apt-get install git
and we still had the same error.
The text was updated successfully, but these errors were encountered: