internetarchive / internetarchive/openlibrary-client
Windows: "ol --configure" doesn't work on gitbash
Open
bug
- Dominant language
- Python
- Stars
- 506
- Forks
- 110
- PR merge metrics
- No merged PRs in 30d
Description
This is because getpass() doesn't work on gitbash. A simple fix is to call it with winpty:
`$ winpty ol --configure --email user@example.org`
In other words, the fix would be to add a couple lines to README.md.
While we're at it, I'd like to suggest using the above email address, because as currently written, it originally made me think that an email address at archive.org was needed.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.