Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upFailing to parse header on simple example #1029
Comments
FYI this seems to be a problem when running from an interactive shell, running within a script seems to work ok |
I believe this is a shortcoming when there are multiple handles to objects at the same time. Depending on the order of operations, they may interfere with each other. Due to long-lived objects in an interactive shell, this issue may be more prominent than in scripts, where one more naturally works with one object at a time. The only way to workaround this is to create a repository with a non-default object database implementation. In the hopes that this helps, I am closing the issue on the grounds of it being know and that a fix is not possible, but a workaround. Please let me know if you think this is something else, or if the workaround doesn't seem effective. |
I just installed gitpython and on my very first attempt I'm hitting strange errors.
Simple example, NYC corona virus github:
git clone https://github.com/nychealth/coronavirus-data
in python, create repo:
lets get the latest commit date ( poof )