Skip to content

Commit 228f5c4

Browse files
committed
added note in readme about needing to change permissions of .netrc file to address issue #152
1 parent 92cd5cf commit 228f5c4

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
88
### Added
99
- Added error messages to inform user if .harmony file is formatted incorrectly or missing a key
1010
- 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
11+
- Added note about how to change permission of .netrc file for mac and linux
1112
### Changed
1213

1314
## [1.15.2]

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,9 @@ machine urs.earthdata.nasa.gov
9191
password podaacIsAwesome
9292
```
9393

94-
**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**
94+
**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**
95+
96+
**If using MacOS or Linux you will need to change the permissions of the netrc file by running chmod og-rw .netrc**
9597

9698

9799
## Advanced Usage

0 commit comments

Comments
 (0)