Skip to content

Commit

Permalink
added note in readme about needing to change permissions of .netrc fi…
Browse files Browse the repository at this point in the history
…le to address issue #152
  • Loading branch information
avvalenx committed May 11, 2024
1 parent 92cd5cf commit 228f5c4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
### Added
- Added error messages to inform user if .harmony file is formatted incorrectly or missing a key
- Added error message if .netrc file is not found and prompt for Earthdata login credentials to create a .netrc in the user's home directory
- Added note about how to change permission of .netrc file for mac and linux
### Changed

## [1.15.2]
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,9 @@ machine urs.earthdata.nasa.gov
password podaacIsAwesome
```

**If the script cannot find the netrc file, you will be prompted to enter the username and password and the script wont be able to generate the CMR token**
**If the script cannot find the netrc file, you will be prompted to enter the username and password to create one automatically. Without a netrc file the script won't be able to generate the CMR token**

**If using MacOS or Linux you will need to change the permissions of the netrc file by running chmod og-rw .netrc**


## Advanced Usage
Expand Down

0 comments on commit 228f5c4

Please sign in to comment.