1

我不熟悉 Pygithub API,我已经完成了“克隆”操作,但我不知道如何“拉”来更新已经克隆的存储库。

我有来自 github 的“克隆”存储库

client = Github(base_url=f'https://{hostname}/api/v3', login_or_token=token)
repos = client.get_organization(organization).get_repos()

for repo in repos:
   Repo.clone_from(remote, local)
4

0 回答 0