-
Notifications
You must be signed in to change notification settings - Fork 5.7k
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
Git fatal error committing changes using username and password credentials #208
Comments
I had the same issue. If you're running with a docker container you can just update your image, as git is now included. Otherwise, run |
Unfortunately I'm not running Docker, but I think you just saved the day. I'll give that a try and come back with my findings. |
Im just mounting my ssh keys and .gitconfig like this from host box:
It is ugly - yah. But then |
If this still occurs please feel free to reopen. |
@nhooyr This issue still occurs in v1.41.1. We are running Code Server in a Docker container.
the following error occurs:
It is possible to bypass the error by using a credential helper or SSH keys, but this is only a workaround and we would be really happy if the Password prompt would work like expected. |
Very weird. @code-asher |
Good catch. Should be fixed with #1306. |
code-server
version:1.31.1-100
Linux Mint 19.1 Tessa - xfce - Kernel 4.15.0-46-generic
Description
I run a private git server (Bonobo), that requires username/password credentials for access. When I click Sync in the Source Control menu, I receive the following pop-up error:
Git: fatal: cannot run /home/travis/build/codercom/code-server/packages/server/build/extensions/git/dis/askpass.sh: No such file or directory
Git was installed using
sudo apt-get install git
I'm running the server with a bash shell script as a service:
./code-server /projects --allow-http --password=password --port=8443 --data-dir=/code-server-data
Steps to Reproduce
Logs
Git log
Start script
The text was updated successfully, but these errors were encountered: