如何检索一个人的所有 GitHub 存储库列表? [英] How to retrieve the list of all GitHub repositories of a person?

查看:23
本文介绍了如何检索一个人的所有 GitHub 存储库列表?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我们需要在他的 GitHub 帐户上显示一个人的存储库中的所有项目.

We need to display all the projects of a person in his repository on GitHub account.

如何使用特定人的 git 用户名显示其所有 git 存储库的名称?

How can I display the names of all the git repositories of a particular person using his git-user name?

推荐答案

您可以使用 github api 为此.点击 https://api.github.com/users/USERNAME/repos 将列出用户 USERNAME 的公共存储库.

You can use the github api for this. Hitting https://api.github.com/users/USERNAME/repos will list public repositories for the user USERNAME.

这篇关于如何检索一个人的所有 GitHub 存储库列表?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆