解决idea连接GitHub提示Invalid authentication data. Connection reset
-
方法一:取消idea的http代理,如下图
file–>settings
取消代理后重启idea在次尝试登陆 -
方法二:ping一下 域名 github.com,若不通,直接在C:\Windows\System32\drivers\etc\hosts文件中写死域名映射,如下
github.com 13.250.177.223
根据域名查找ip的网站如:https://www.ip.cn/ip/github.com.html
- 方法三:以token的方式登陆,该方法需要在github.com上生成token,生成token的方法如下
最后在idea中以token的方式登陆