gpt4 book ai didi

python - 如何使用 python 从远程 git 存储库中读取?

转载 作者:太空宇宙 更新时间:2023-11-04 06:04:23 24 4
gpt4 key购买 nike

是否可以使用 python 直接从 git 存储库读取?我尝试使用 git-python 但它仅从本地 git 存储库读取。

最佳答案

可以让您查询提交而无需首先克隆/获取的唯一 git-python 命令是 ls_remote

您可以在 test/lib/helper.py#L168-179 中查看示例:

rw_repo.git.ls_remote(d_remote)

但这只会返回代表远程仓库的分支/HEADS 的提交。

对于任何其他历史记录,您需要先克隆该远程仓库。

关于python - 如何使用 python 从远程 git 存储库中读取?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23075220/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com