-
Notifications
You must be signed in to change notification settings - Fork 29.8k
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
HTTPS Authentication not working on Linux #1796
Comments
What OS are you on? |
I'm running openSUSE Tumbleweed, 64 bits. Do I need to be more specific? |
No need, that's enough. This is always reproducible? Given the error message, other things should be crashing down... |
Yes, whenever Git has to HTTP-authenticate with the remote repo. The same bug happens on Debian Jessie. Up to now, other Git features seem to be working. Remote operations with SSH key authentication do work. |
Hi. I have a similar issue. |
I have the same "Missing ipc hook" error on Ubuntu 14.04 LTS with git 2.7. I'm trying to connect to my visual studio online repository which uses HTTPS. |
I can also see this bug. All the interactions with the git remote, like the git fetch when opening the project in vsc or a manual git pull from within vsc give the "Missing ipc hook" error. Since I provide the user in the URL, my output looks like this:
|
I am getting this in Windows 10 with the newest update to vscode. |
Pushing to April. Please consider using a credential store as a temporary workaround. |
Fixed with 4849118 |
On VS Code 0.10.6, when trying to sync changes in a HTTPS-backed Git repository, I get an error message which expands to [1] when I click 'show output', if VS Code was run from the desktop environment. If I close VS Code and run it from the terminal instead, I get the username and password prompts on the terminal and typing from there just works (although it's obviously an uncomfortable task-switch).
[1]
(Note: for conciseness I've replaced the directory where the application is installed with $APPDIR)
And here's what I see in the developer tools console:
And some more version info:
The text was updated successfully, but these errors were encountered: