Bug: Not recognising GitHub remote with credencials
See original GitHub issueThe extension seems to not recognising GitHub remote with credentials inside like https://user:pass@github.com/user/repo
Error at DevTools:
//Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/electron-browser/workbench.main.js:130 Not a github project?: Error: Not a github project?
at execa.then.result (/Users/tino/.vscode-insiders/extensions/KnisterPeter.vscode-github-0.7.0/out/src/git.js:17:23)
at process._tickCallback (internal/process/next_tick.js:103:7)e.onUnexpectedError @
Issue Analytics
- State:
- Created 7 years ago
- Comments:8 (6 by maintainers)
Top Results From Across the Web
Doesn't prompt for the users remote credentials if ... - GitHub
dialog. My assumption is that it needs my github credentials to continue, but I don't see any means for entering them as in...
Read more >Git constantly "loses" my credentials (remote: Repository not ...
For some reason all of a sudden a few weeks ago, the credential manager started randomly "losing" my GitHub credentials.
Read more >Credentials prompt not working when passwords are changed
I am experiencing the same issue with on on-premise GitLab repository. You can re-create it by entering incorrect credentials when GCM first ...
Read more >Unable to authorize with my GitHub password (Unathorized ...
Error creating repository: Unauthorized (HTTP 401) Bad credentials. The API can't be accessed using username/password authentication.
Read more >While adding a new remote, no credential is prompted #280
You are using Azure DevOps Server/TFS, which appears to be configured for Kerberos/NTLM authentication. The logs for GCM show that we're ...
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
And published as 0.7.1
It still correct URL, and it’s a pain to not have it when you are working on Windows for example… I think it’s better to use Node built-in
url
module to Parse http/https remotes instead of relying on RegEx in these cases