Also just fyi, I haven't had much time to work on the Git support to make 
it more friendly. 

If you're using a smart http url for a r/w repo, you won't be able to push 
unless you modify the url as 
https://user:[email protected]/user/project.git

Right now if you don't do that it prompts you for user / pass and stdin 
which you'll never see unless you're running locally and appears to be 
broken. If you're using git ssh and have ssh keys setup correctly it should 
be fine.

On Wednesday, September 12, 2012 9:44:02 AM UTC-5, dhmorgan wrote:
>
> the pypi package is 'gitpython' --  http://pypi.python.org/pypi/GitPython
>
> "sudo pip install gitpython" worked for me
>
> note: there is a 'gitpython' on github but that is different and useless 
> in this case
>
>
> I originally tried "sudo  apt-get install python-git" and this did not 
> work for my Ubuntu 12.04 machine; despite the debian package name, it is 
> 'gitpython' -- unfortunately it's not the current version and so fails 
> because it doesn't have 'clone_from' attribute
>
>
> On Wednesday, September 12, 2012 8:52:16 AM UTC-5, Nico Zanferrari wrote:
>>
>> Well, I think that you mean *gitpython *and not python-git, isn't it? 
>> Can you kindly correct the warning message?
>>
>> Thank you,
>> Nico
>>
>

-- 



Reply via email to