简体   繁体   English

“无法访问'https://github.com/flutter/flutter.git/':无法连接到github.com端口8080:”

[英]"Unable to access 'https://github.com/flutter/flutter.git/': Failed to connect to github.com port 8080:"

This the error I am getting when I upgrade my flutter SDK:这是我升级 flutter SDK 时遇到的错误:

图片

ProcessException: Process exited abnormally:
fatal: unable to access 'https://github.com/flutter/flutter.git/': Failed to connect to 127.0.0.1 port 8080: Connection refused
  Command: git fetch --tags

Looks to just be an internet connectivity issue.看起来只是一个互联网连接问题。 On a similar message, I simply tried again from a room with a better connection, and it worked.在类似的消息中,我只是在连接更好的房间再次尝试,并且成功了。

If it seems you should be online, to begin debugging your connection to GitHub you could start with ping https://github.com .如果您似乎应该在线,要开始调试与 GitHub 的连接,您可以从ping https://github.com开始。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 无法访问“ https://github.com/GladysProject/gladys/”:无法连接到github.com端口443:无主机路径 - unable to access 'https://github.com/GladysProject/gladys/': Failed to connect to github.com port 443: no route to host 无法连接到github.com:8080 - Failed to connect to github.com:8080 推送失败:无法访问“ https://github.com/abc/xyz.git/”:无法解析主机:github.com - Push failed: unable to access 'https://github.com/abc/xyz.git/': Could not resolve host: github.com 无法git clone,无法连接到github.com端口443:网络无法访问 - Unable to git clone , Failed to connect to github.com port 443: Network is unreachable 无法访问github.com - Unable to access github.com 错误:连接到github.com:8080失败;拒绝连接 - error: Failed connect to github.com:8080; Connection refused 无法访问'https://github.com/AFNetworking/AFNetworking.git/':与github.com:9847相关的未知SSL协议错误 - unable to access 'https://github.com/AFNetworking/AFNetworking.git/': Unknown SSL protocol error in connection to github.com:-9847 无法连接到 github.com 端口 443:操作超时 - Failed to connect to github.com port 443: Operation timed out "连接github.com 443端口失败:超时" - Failed to connect to github.com port 443: Timed out 无法克隆https://github.com/doctrine/DoctrineFixturesBundle.git - Failed to clone https://github.com/doctrine/DoctrineFixturesBundle.git
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM