You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently go-git does not support worktrees with bare repositories. When you clone a repository as bare using go-git, you cannot call repo.Worktree()—it will fail because bare repositories do not have a working tree attached.