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

Incorrect handling of user+password authentication #67

Open
orwonthe opened this issue Oct 13, 2020 · 0 comments
Open

Incorrect handling of user+password authentication #67

orwonthe opened this issue Oct 13, 2020 · 0 comments

Comments

@orwonthe
Copy link
Contributor

When executing rdm pull without access token the user is prompted for github username and password. This interaction works fine except that the resulting history.yml file starts with:
GitHub username: change_requests:
instead of the expected:
change_requests:
This causes later commands to fail with errors like:
yaml.scanner.ScannerError: mapping values are not allowed here in "<unicode string>", line 1, column 33: GitHub username: change_requests:
The work around, until this is fixed, is to edit out the leading GitHub username:

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