You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to GitSharp
yes, even i use gitsharp client, also have mistake...
then debug in source code, if it is "http", just throw a exception...
On 9月6日, 上午2时31分, Meinrad Recheis <meinrad.rech...@gmail.com> wrote:
> http is supported but as it seems there is a bug.
> -- henon.
>
>
>
>
>
>
>
> On Thu, Sep 1, 2011 at 10:53 AM, Phnix <5bjinli...@gmail.com> wrote:
> > i use the code blow:
> > Repository repository = Git.Clone("http://github.com/kingliang123/ > > Test.git", @"D:\bonoboRep2");
> > then appear mistake message:
> > "http://github.com/kingliang123/Test.git/info/refs:cannot Read
> > available refs"
>
> > but if i use
>
> > Repository repository = Git.Clone("git://github.com/kingliang123/ > > Test.git", @"D:\bonoboRep2");
>
> > it work...
> > so, why?
> > gitsharp can't support http type?
>
> > --