-
Notifications
You must be signed in to change notification settings - Fork 110
SSH aliasing to custom remote URL #239
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
Comments
TFNMPFCB5pEUxuwMnKg7gLJANQ8BcTwfDF |
Maybe not a bug, but my gut feeling is that |
Adding to this, in the case where different GH account are to be used from the same computer, it seems like using SSH aliases is a good approach. In my case, I have the following
In this case, the |
I'm not sure about the exact authentication method, but I was able to get the VS Code extension to recognize the GitHub repository by adding a remote repository and configuring VS Code settings. VS Code settings.json: {
"github-actions.remote-name": "github-https",
} Adding the remote repository: git remote add github-https https://github.com/your-repo-https-url.git |
Is your feature request related to a problem? Please describe.
My github repo is cloned using an SSH alias, i.e.
As a result, the extension doesn't seem to know that my directory points to a github repository
Describe the solution you'd like
Support remote definitions. For example, gitlens solves this with a configuration:
Although I don't need anything this advanced. Even something like this would suffice:
The text was updated successfully, but these errors were encountered: