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
{{ message }}
This repository was archived by the owner on Sep 11, 2020. It is now read-only.
In v4.7.1, git.PlainClone(path, ...) would error with git.ErrRepositoryAlreadyExists if the path directory was already populated with a git repository.
In v4.8.0 the same call now returns an arbitrary fmt.Errorf("directory is not empty: %s", path) and breaks code which was checking for err == git.ErrRepositoryAlreadyExists.