Can't access flutter.dev (Mac OS)

前端 未结 6 1723
没有蜡笔的小新
没有蜡笔的小新 2021-02-20 02:12

I just can\'t access flutter.dev. Yes, I have an internet connection. I guess is due to the .dev extension. In Firefox I get Unable to connect<

相关标签:
6条回答
  • 2021-02-20 02:27

    I just solved this problem using this command:

    • Go to /etc/resolver folder
    • Remove file called dev
    • done

    Which was generated by puma-dev. When I deleted it, it just worked.

    Reference: https://support.google.com/chrome/thread/2228098?hl=en

    0 讨论(0)
  • 2021-02-20 02:34

    Open Network Utility on your Mac, and select the Traceroute tab. Type Flutter.dev in the top empty box, then select Trace. If the first trace entry shows 127.0.0.1, you likely have proxy software, like POW, redirecting that path internally.

    The Network Utility is not in System Preferences > Network.
    Use Spotlight search to find the Network Utility.

    0 讨论(0)
  • 2021-02-20 02:35

    If you are facing this issue on Windows 10, you can check the answer here

    0 讨论(0)
  • 2021-02-20 02:36

    A simple router restart or switching to another internet service provider solves it for me anytime it happens.

    0 讨论(0)
  • 2021-02-20 02:42

    install KProxy browser extension and turn it on any time you experience such, this should solve it.

    0 讨论(0)
  • 2021-02-20 02:53

    If the dev file (or resolver folder) is not available in /etc/, you could find resolv.conf directly inside /etc. Then, back up the file as as follows and enter the root password:

    sudo mv resolv.conf resolv.conf_bak
    
    0 讨论(0)
提交回复
热议问题