Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork966
Open
Labels
Description
GitPython version - 3.1.46
Python version - 3.13.9
Basically the following fails
import shutilfrom git import reporepo = Repo("some_url", "some_directory")print(repo.head.commit.hexsha)shutil.rmtree("some_directory")Getting an error shutils rmtree failed and was not able to the delete the .git inside "some_directory"