We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
After setting up the .netrc and running the downloader, I get the error
~/.netrc access too permissive: access permissions must restrict access to only the owner (None, line None)
This is fixed by
chmod og-rw .netrc
Perhaps that could be mentioned under "Step 1: Get Earthdata Login"?
I'm on a Mac but would expect the same behavior for linux
The text was updated successfully, but these errors were encountered:
added note in readme about needing to change permissions of .netrc fi…
228f5c4
…le to address issue podaac#152
No branches or pull requests
Hi,
After setting up the .netrc and running the downloader, I get the error
~/.netrc access too permissive: access permissions must restrict access to only the owner (None, line None)
This is fixed by
chmod og-rw .netrc
Perhaps that could be mentioned under "Step 1: Get Earthdata Login"?
I'm on a Mac but would expect the same behavior for linux
The text was updated successfully, but these errors were encountered: