How to access git:// protocol from GitPython
Posted
by Owais Lone
on Server Fault
See other posts from Server Fault
or by Owais Lone
Published on 2009-08-17T07:29:28Z
Indexed on
2010/06/17
13:03 UTC
Read the original article
Hit count: 263
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?
© Server Fault or respective owner