-
Notifications
You must be signed in to change notification settings - Fork 30k
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
Git fails to checkout remote branch with the same name as a local branch #60904
Comments
(Experimental duplicate detection)
|
Not actually sure how to recreate the issue, but the Git error is caused by the |
Issue happens because Code tries to checkout |
@joaomoreno , Can I take a look at this? |
@skprabhanjan Feel free to just jump on any @simpert There's already a PR open to fix this. |
@joaomoreno I would like to start help with some issue. I found this one but I also see that the PR for the issue #61149 should fix also this but there are conflicts to be solved before merge. If I'm right, can I do something to help with these issue? I see these issue blocked since a few months... |
more details - entire help entry
Version: 1.29.0-insider (user setup)
Commit: 931c220
Date: 2018-10-12T05:17:15.739Z
Electron: 2.0.11
Chrome: 61.0.3163.100
Node.js: 8.9.3
V8: 6.1.534.41
Architecture: x64
Steps to Reproduce:
Does this issue occur when all extensions are disabled?: Yes/No
Yes
this is the error I recieve
Here is the git log
I normally do not use the insiders build but I installed it to test this out.
There may be a issue with my git for windows configuration and not vscode.
I recently updated my git for windows install and this problem started after the update.
If I simply execute
git checkout master
then the checkout works as expected it seems the problem only happens when using vscode scm features.The text was updated successfully, but these errors were encountered: