Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Github Access Error - AggregateException encountered [duplicate]

I am using a github Repo for almost one year and since this morning I am not able to push my code to the remote repo. I get following error in the command line:

fatal: AggregateException encountered. Mindestens ein Fehler ist aufgetreten.

The credentials.log contains following error:

System.AggregateException: Mindestens ein Fehler ist aufgetreten. ---> System.Net.Http.HttpRequestException: Fehler beim Senden der Anforderung. ---> System.Net.WebException: Die Anfrage wurde abgebrochen: Es konnte kein geschützter SSL/TLS-Kanal erstellt werden..

Apparently, yesterday were some releases. See here for more information: https://developer.github.com/changes/2018-02-01-weak-crypto-removal-notice/

Maybe, this could be the reason, but I don't know how to solve it. Can you help me please? I use Windows 10.

like image 325
Nadine Fisch Avatar asked Feb 23 '18 11:02

Nadine Fisch


1 Answers

You need to update git. See here: The last comment from Whoisj. I had the same problem in the morning. It's easy: just download and install git again. See for example here

like image 53
Christoph Avatar answered Nov 06 '22 23:11

Christoph