How to access git:// protocol from GitPython
- by Owais Lone
I am writing an app to manage git repos using the GitPython module.
It works fine for my local repos but I can't get it to work with the git:// protocol.
It takes my git://address-to-repo as a directory on my filesystem.
Is there a way to initiate a connection with a remote git repo?