cfg4j / cfg4j

Modern configuration library for distributed apps written in Java.

Home Page:http://cfg4j.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

For git add Add authentication support!

wjw465150 opened this issue · comments

CloneCommand cloneCommand = Git.cloneReposity();
cloneCommand.setCredentialsProvider(new UsernamePasswordCredentialsProvider(username,password));