@@ 190,6 190,7 @@ class DeadSimpleSite(object):
try:
self._git('--version')
except subprocess.CalledProcessError as e:
+ # TODO: on nix, this raises OSError
raise GitError('No git command found. Is git installed and on the path?')
self._clean()
if not path.exists(self.target):