question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

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:

  1. Install VS Code, point to github (I’m using GH Enterprise)
  2. Install vscode-pull-request
  3. Go to Extension icon on the left-hand side.
  4. 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:closed
  • Created 3 years ago
  • Reactions:4
  • Comments:12 (1 by maintainers)

github_iconTop GitHub Comments

5reactions
RMacfarlanecommented, Nov 11, 2020
3reactions
HughAJWoodcommented, Jan 17, 2021

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?

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found