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

VS Code Auto Fetch Improvements #35625

Closed
d3x0r opened this issue Oct 5, 2017 · 1 comment
Closed

VS Code Auto Fetch Improvements #35625

d3x0r opened this issue Oct 5, 2017 · 1 comment
Assignees
Labels
*duplicate Issue identified as a duplicate of another issue(s) git GIT issues

Comments

@d3x0r
Copy link

d3x0r commented Oct 5, 2017

#20294 SSH connections with VS Code put my IP address on a blacklist (too many failed logins)
#8469 Autofetch should be disable by default

It is destructive when the git repo is an ssh link, and vscode doesn't prompt for credentials, so it just causes blacklisting from too many invalid ssh logins.
I was working remotely on a system, and suddenly in the middle of editing things the connection dies. (it is a remote asking for a fetch from my server, which blacklisted the remote I was working on).

It(vscode) should at least check to see the repository origin url is ssh or not.
Yes, setting (git.autofetch configuration flag set to false) this now stops the issue which happened 3 times, fortunately 2 of the times I wasn't in the middle of typing.

@vscodebot vscodebot bot added the git GIT issues label Oct 5, 2017
@joaomoreno
Copy link
Member

#34684

@joaomoreno joaomoreno added the *duplicate Issue identified as a duplicate of another issue(s) label Oct 6, 2017
@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 20, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
*duplicate Issue identified as a duplicate of another issue(s) git GIT issues
Projects
None yet
Development

No branches or pull requests

2 participants