我得到以下错误:
<B>
Description: Unable to locate the server named "
<em>localhost</em>" --- the server does not have a DNS entry. Perhaps there is a misspelling in the server name, or the server no longer exists. Double-check the name and try again.
</B>当我尝试访问以下url时:
http://localhost:8812/我认为这可能与我的代理设置有关,但我对这类事情非常陌生,所以我不确定
发布于 2019-05-27 17:25:18
您可以尝试通过http://127.0.0.1:8812/访问它,似乎您的本地域名解析程序不能正常工作。
https://stackoverflow.com/questions/56323124
复制相似问题