-
Notifications
You must be signed in to change notification settings - Fork 16
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
Selecting a stash throws an unexpected error #112
Comments
Additionally I am running within a Remove Devcontainer. My git version is 2.30.2. From what I can tell from the command line being displayed, git does not like the parameter --include-untracked. |
Hi! This is the first time I'm hearing of this problem. Git v2.30.2 is 3.5 years old: https://github.com/git/git/commits/master/Documentation/RelNotes/2.30.2.txt The version shipped with Ubuntu 22.04 is 2.34.1 https://launchpad.net/ubuntu/jammy/+source/git, 3 years old: https://github.com/git/git/blob/master/Documentation/RelNotes/2.34.1.txt Option So something's not right here. Can you please have another look? - copy and run the failing command |
I am running in a VSCode remote dev-container, so it could be the base image of the docker container. It is currently debian:bullseye. I will work wiith the maintainer of the container and see if we can't upgrade it to debian:latest. Git version output from the docker container.
But on the docker container, in the same folder, using the version 2.30.2 of git, I get:
On the host OS, git is version 2.34.1 and the command you asked me to run worked great.
|
Selecting a stash (without a description), throws an error:
I am using v0.1.21 of the extension in Ubuntu 22.04 VSCode version
Please let me know what other information I can provide.
The text was updated successfully, but these errors were encountered: