Ian Westcott
Ian Westcott
I have encountered the same problem under Ubuntu 14.04. Git version: 1.9.1 GitPython version: 2.1.8 Python version: 2.7.6 In my case, I am attempting to invoke GitPython as another user,...
@abdulirfan3 it looks like you're using Python 2.6; this script uses the `writeheader` attribute of the `DictWriter` class, which requires Python 2.7. If Python 2.7 is available in your environment,...
See https://github.com/claui/aws-credential-1password for possible inspiration / an existing workaround