You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seeing the following error when attempting to create a pull request from within GitLens (VSCode).
Unable to create a pull request for branch <branch name> because it is not associated with a supported remote provider.
I suspect its because our organization is in the process of migrating between github organizations. Because of this, I have two SSH keys with config setup like this:
Host github-personal
HostName github.com
User git
IdentityFile ~/.ssh/github_personal.pub
IdentitiesOnly yes
Host github-org
HostName github.com
User git
IdentityFile ~/.ssh/github_org.pub
IdentitiesOnly yes
and my remote is defined like this: org-xxxxxxx@github-personal:ORG/repository.git
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Seeing the following error when attempting to create a pull request from within GitLens (VSCode).
I suspect its because our organization is in the process of migrating between github organizations. Because of this, I have two SSH keys with config setup like this:
and my remote is defined like this:
org-xxxxxxx@github-personal:ORG/repository.gitBeta Was this translation helpful? Give feedback.
All reactions