Skip to content

allow Git: fetch command to show password prompt#72615

Merged
joaomoreno merged 1 commit intomicrosoft:masterfrom
oxirt:master
Oct 17, 2019
Merged

allow Git: fetch command to show password prompt#72615
joaomoreno merged 1 commit intomicrosoft:masterfrom
oxirt:master

Conversation

@oxirt
Copy link
Contributor

@oxirt oxirt commented Apr 19, 2019

There was some 2 years old code which was preventing Git: fetch command from displaying a password prompt. I've removed this special treatment. Tested, now Git: fetch is showing password prompt as expected and the operation is also successful.

Fixes #72613

There was some 2 years old code which was preventing `Git: fetch` command from displaying a password prompt. I've removed this special treatment. Tested, now `Git: fetch` is showing password prompt as expected and the operation is also successful.
@octref octref requested a review from joaomoreno April 20, 2019 23:30
@joaomoreno joaomoreno added the git GIT issues label May 3, 2019
@joaomoreno joaomoreno added this to the Backlog milestone May 3, 2019
Copy link
Member

@joaomoreno joaomoreno left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In the issue, I commented:

We should probably change the check to make sure it is only skipped if the fetch is automatic (vs manually)

We still want to skip auth for automatic background fetch requests.

joaomoreno added a commit that referenced this pull request Oct 17, 2019
@joaomoreno joaomoreno merged commit c0cca64 into microsoft:master Oct 17, 2019
@joaomoreno
Copy link
Member

I've addressed my own feedback.

Thanks! 🍻

@joaomoreno joaomoreno modified the milestones: Backlog, October 2019 Oct 17, 2019
@github-actions github-actions bot locked and limited conversation to collaborators Mar 27, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

git GIT issues

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Some GIT commands do not show password prompt

2 participants