Posts

Showing posts with the label version control

OpenSSL SSL_read: SSL_ERROR_SYSCALL in windows

 OpenSSL SSL_read: SSL_ERROR_SYSCALL Open your terminal/command prompt   GIT_CURL_VERBOSE=1 your_command_here I.E:- if you want to take pull from master branch then   GIT_CURL_VERBOSE=1 git pull origin master