Git push error: server aborted SSL handshake

Now I was able to do push-to-deploy with my appengine project. The last push was 3 days ago. No problems.

Today I get an error message:

fatal: unable to access [repo_url] ': server interrupted SSL connection

Any ideas?

+4
source share
4 answers

Try using with http.sslVerify=falsein your user settings.

If you are using eclipse Find

Window-->Preferences-->Git-->Configuration-->User Settings
-->http.sslVerify(Key)=false(value).

If it worked, then your Ssl certificate has expired.

+1
source

​​ . , . . , github.?

+1

try git push --set-upstream origin your_branch

+1
source

I still have this problem when I try to make a workshop a hero. Is this a problem with Heroku?

0
source

Source: https://habr.com/ru/post/1570076/


All Articles