Is there a way to list all repositories in a Git O

2019-09-05 17:05发布

Is there a way to list all repositories in a Git Organization using Libgit2sharp?

I did check here https://github.com/libgit2/libgit2sharp/wiki.

But seems like there are no wiki pages explaining "working with Git Organization"!

1条回答
兄弟一词,经得起流年.
2楼-- · 2019-09-05 17:24

Libgit2sharp is a C# library for git. Git Organizations however are a GitHub construct and will be available only via the Github API.

So the solution would be to write your own code to that integrates Libgit2sharp and the GitHub API

查看更多
登录 后发表回答