Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/github/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
使用java在github上创建问题_Java_Github_Egit_Issue Tracking - Fatal编程技术网

使用java在github上创建问题

使用java在github上创建问题,java,github,egit,issue-tracking,Java,Github,Egit,Issue Tracking,我想使用JavaEGITAPI在GitHub上创建问题 我试过: GitHubClient client = new GitHubClient().setCredentials("abc", "xyz"); IssueService service = new IssueService(client); Repository repo = new Repository(); 我认为这个特性对于应用程序中的错误报告非常有用。可惜你需要一个帐户来做这件事。

我想使用JavaEGITAPI在GitHub上创建问题

我试过:

GitHubClient client = new GitHubClient().setCredentials("abc", "xyz");

IssueService service = new IssueService(client);

Repository repo = new Repository();

我认为这个特性对于应用程序中的错误报告非常有用。可惜你需要一个帐户来做这件事。