git c\#,clone 방법

573 단어 clone
private static void clone()

        {

            string wkDir = @"E:\DotNet2010\    \Git.Client\lib2Test\ConsoleApplication1\bin\Debug\D2Git";

            string url = "http://localhost/git/test.git";

            CloneOptions co = new CloneOptions

            {

                CredentialsProvider = (x,y,z) => new UsernamePasswordCredentials { Username="admin", Password="admin"}

            };

            Repository.Clone(url, wkDir, co);

        }

csdn 의 보존 속 도 를 경멸 합 니 다.정원 의 속도 가 매우 빠 릅 니 다!

좋은 웹페이지 즐겨찾기