我不熟悉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)