Login failed in github for window

前端 未结 5 1759
鱼传尺愫
鱼传尺愫 2020-12-29 09:54

I installed Github for window and I can\'t connect to my git hub account.

I tried to reinstall several times, but I always end up with the following error:

l

相关标签:
5条回答
  • 2020-12-29 10:23

    If updating the .Net Framework and running sfc /scannnow does not work, try to re-install the GitHub for Windows app, make sure that you uninstall it completely by manually erasing the following directories:

    • %LocalAppData%\GitHub
    • %AppData%\GitHub

    More information on the unistall procedure on: https://help.github.com/articles/uninstalling-github-for-windows

    0 讨论(0)
  • 2020-12-29 10:30

    A few people have posted saying that other recommended solutions did not help.

    I found one machine that was reproducing this error message, even after attempting all of the solutions posted so far.

    It turned out that someone had installed AVG with some restrictive firewall settings. Setting the firewall to "Allow All" or "Interactive" modes allowed me to log in.

    0 讨论(0)
  • 2020-12-29 10:33

    The error message is really misleading. The issue wasn't linked to a proxy configuration.

    After running the DOS command line sfc /scannow, I've been able to find the source of the problem. It turned out that one of my Windows dll (rasman.dll) was corrupted. I replaced the dll and now everything is back to normal.

    0 讨论(0)
  • 2020-12-29 10:37

    Update the latest .NET Framework 4.5.1

    Her is the url : .NET 4.5.1 download link

    0 讨论(0)
  • 2020-12-29 10:37

    Please update your .NET framework .. This will solves the problem ..

    I also faced the same problem. Meanwhile I installed the Microsoft Visual Studio Professional 2012 which updates the .Net Framework itself ..

    Unfortunately the problem solved ..

    0 讨论(0)
提交回复
热议问题