Login failed in github for window

雨燕双飞 提交于 2019-11-29 03:06:51

问题


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:

login failed

Unable to retrieve your user info from the server. A proxy server might be interfering with the request.

I don't use a proxy and I disabled the windows firewall without success. What am I missing here? Am I suppose to NAT a port on my router?


回答1:


Update the latest .NET Framework 4.5.1

Her is the url : .NET 4.5.1 download link




回答2:


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.




回答3:


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




回答4:


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 ..




回答5:


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.



来源:https://stackoverflow.com/questions/19414291/login-failed-in-github-for-window

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