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

multimod: diff command errors run Windows #467

Open
scorpionknifes opened this issue Dec 15, 2023 · 0 comments
Open

multimod: diff command errors run Windows #467

scorpionknifes opened this issue Dec 15, 2023 · 0 comments

Comments

@scorpionknifes
Copy link
Member

Running multimod diff fails on clean worktree on Windows

> multimod diff -m tools -p 1.2.3 
error running diff: VerifyWorkingTreeClean failed: working tree not clean

Related issues with go-git: go-git/go-git#691

status, err := worktree.Status()
if err != nil {
return fmt.Errorf("could not get worktree status: %w", err)
}

Related tests failing: https://github.com/open-telemetry/opentelemetry-go-build-tools/actions/runs/7216411029/job/19662557783?pr=466
Originally posted: #466 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant