Github Access Error - AggregateException encountered [duplicate]

怎甘沉沦 提交于 2019-12-21 07:22:17

问题


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.


回答1:


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



来源:https://stackoverflow.com/questions/48946855/github-access-error-aggregateexception-encountered

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!