my windows (11 home) get error when (clone,push,pull and etc.)
fatal: unable to access ‘https://github.com/alaabibest/fgsdfgsdgfsdfg.git/’: OpenSSL SSL_connect: Connection was reset in connection to github.com:443
can anyone help me?
my windows (11 home) get error when (clone,push,pull and etc.)
fatal: unable to access ‘https://github.com/alaabibest/fgsdfgsdgfsdfg.git/’: OpenSSL SSL_connect: Connection was reset in connection to github.com:443
can anyone help me?
2
Answers
on the global setting change cryptographic network provider to ‘Secure Channel’
git config –global http.sslBackend schannel
I experienced the same problem.
Using SSH Key worked for me
This is my approach
Generate new SSH key and Add it to ssh-agent
Add the new SSH key to your GitHub account
Clone repository using SSH [click SSH tab!]
(I recommend you test it on a new folder)
If you notice, the URL parameter value in [remote "origin"] is changed!*
More to know:
Connecting to GitHub with SSH
Working with SSH key passphrases