Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: getaddrinfo ENOTFOUND #512

Open
halilozanyilmaz opened this issue Mar 27, 2020 · 0 comments
Open

Error: getaddrinfo ENOTFOUND #512

halilozanyilmaz opened this issue Mar 27, 2020 · 0 comments

Comments

@halilozanyilmaz
Copy link

No error with home wi-fi,

But when I connect to my mobile phone hotspot (using netshare android application) which uses proxy, then I get the error:

Error: getaddrinfo ENOTFOUND example.com example.com:21

I added my proxy to atom as below:

apm config set http-proxy http://....
apm config set https-proxy http://....

But still getting the same error.

Is there any modification needed inside remote-sync.json ?

{
  "logger": {
    "title": "Remote Sync"
  },
  "transport": "ftp",
  "uploadOnSave": true,
  "useAtomicWrites": false,
  "deleteLocal": false,
  "hostname": "example.com",
  "port": "21",
  "target": "/public_html/wp-content/plugins/...",
  "ignore": [
    ".remote-sync.json",
    ".git/**"
  ],
  "username": "",
  "password": "",
  "watch": []
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant