No remotes match the current setting.
See original GitHub issue- Extension version: 0.15.0
- VSCode Version: 1.44
- OS: Mac OSX 10.15.3
- Git: version 2.23.0
Steps to Reproduce:
- Install VS Code, point to github (I’m using GH Enterprise)
- Install vscode-pull-request
- Go to Extension icon on the left-hand side.
- Observe the message ‘No remotes match the current setting.’
What should happen:
- Should see github auth attempt.
With output:
[Debug 276269s 78ms] No remote with name 'origin' found. Please update your 'githubPullRequests.remotes' setting.
[Debug 276269s 78ms] PullRequestManager> Displaying configured remotes: origin
[Debug 276269s 81ms] No GitHub remotes found
Even though I get from the project directory:
git remote -v
origin git@github.<my-corp>:<MyCorp>/<my-project>.git (fetch)
origin git@github.<my-corp>:<MyCorp>/<my-project>.git (push)
And that’s it. No auth popup. Nothing. No matter what I tried.
Issue Analytics
- State:
- Created 3 years ago
- Reactions:4
- Comments:12 (1 by maintainers)
Top Results From Across the Web
Your repository has no remotes configured to push to
I am using Visual Studio Code and running into the message below while trying to check in. Your repository has no remotes configured...
Read more >git-fetch Documentation - Git
Fetch all remotes. -a; --append. Append ref names and object names of fetched refs to the existing contents of .git/FETCH_HEAD . Without this...
Read more >remotes source: inst/install-github.R - Rdrr.io
It is possible that the current R version matches multiple # Bioc versions. Then we choose the latest released version. If none #...
Read more >User and Workspace Settings - Visual Studio Code
Language-specific editor settings always override non-language-specific editor ... from the beginning (or the end) when no further matches can be found.
Read more >git-remote(1) - Linux manual page - man7.org
NAME top. git-remote - Manage set of tracked repositories ... With no arguments, shows a list of existing remotes. Several subcommands are available...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
We have discontinued support for GitHub Enterprise. https://github.com/microsoft/vscode-pull-request-github/wiki#2-is-github-enterprise-supported
That’s very short sighted in my opinion with the large growing adoption of git within enterprise customers, why was this done?