Skip to content
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

Command failed: git stash --include-untracked #622

Open
BenaliOssama opened this issue Nov 4, 2024 · 4 comments
Open

Command failed: git stash --include-untracked #622

BenaliOssama opened this issue Nov 4, 2024 · 4 comments
Assignees
Labels
bug Something isn't working

Comments

@BenaliOssama
Copy link

Location: tutorial config.

Command failed: git stash --include-untracked

@BenaliOssama BenaliOssama added the bug Something isn't working label Nov 4, 2024
@jcandan
Copy link

jcandan commented Jan 27, 2025

I don't understand this description. Can you supply a link to the tutorial you were attempting?

@jcandan
Copy link

jcandan commented Feb 5, 2025

I was able to recreate this bug.

  1. Open the coderoad-vscode project in VS Code.
  2. Open build/extension.js.
  3. Open the extension debug by pressing F5.
  4. Open an empty folder.
  5. Run CodeRoad: Start from the Command Pallete.
  6. Hit Start
  7. Hit File and upload a tutorial.json file.
  8. Look back at the Debug Console in the original VS Code window.You will see the reported error: Command failed: git stash --include-untracked.

@jcandan
Copy link

jcandan commented Feb 5, 2025

To get around this, you'll need to initialize git for the project.

Add the below additional step between steps 5 and 6.

  • Open the terminal and run git init.

@jcandan
Copy link

jcandan commented Feb 5, 2025

#629

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants