20

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.

Cœur
  • 37,241
  • 25
  • 195
  • 267
Nadine Fisch
  • 351
  • 2
  • 6
  • 13

1 Answers1

30

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

Christoph
  • 6,841
  • 4
  • 37
  • 89