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

Does not handle git username prompts for HTTP remotes #52

Closed
jaymzh opened this issue Sep 24, 2020 · 0 comments · Fixed by #59
Closed

Does not handle git username prompts for HTTP remotes #52

jaymzh opened this issue Sep 24, 2020 · 0 comments · Fixed by #59
Assignees

Comments

@jaymzh
Copy link
Owner

jaymzh commented Sep 24, 2020

When using an HTTP(S) remote, git can prompt, ala:

$ git fetch upstream
Username for 'https://github.com':

In this case, sj just fails

This is the same basic problem as #39 but different auth. So we should implement the same basic thing as #40 .

@jaymzh jaymzh self-assigned this Sep 24, 2020
jaymzh added a commit that referenced this issue Nov 21, 2020
When using http(s) remotes git can prompt, and we need to handle that
appropriately.

Closes #52

Signed-off-by: Phil Dibowitz <phil@ipom.com>
jaymzh added a commit that referenced this issue Nov 21, 2020
When using http(s) remotes git can prompt, and we need to handle that
appropriately.

Closes #52

Signed-off-by: Phil Dibowitz <phil@ipom.com>
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

Successfully merging a pull request may close this issue.

1 participant