gpt4 book ai didi

python - 如何使用 PyGithub 在 repo 中创建一个新目录?

转载 作者:行者123 更新时间:2023-12-04 10:21:54 24 4
gpt4 key购买 nike

正如我们可以使用 PyGithub 在 Github 存储库中创建新文件一样,我们可以使用 PyGithub 在 Github 存储库中创建目录/文件夹吗?我一直在搜索 PyGithub 文档,但没有发现任何实质性内容。

最佳答案

您可以使用与创建文件时相同的方法来创建目录。但要注意的是在目录内创建一个文件,因为 Git 只跟踪在 1 内有文件的文件夹。

>>> repo = g.get_repo("PyGithub/PyGithub")
>>> repo.create_file("example/test.txt", "test message", "content_of_file", branch="test")
{'content': ContentFile(path="example/test.txt"), 'commit': Commit(sha="5b584cf6d32d960bb7bee8ce94f161d939aec377")}

关于python - 如何使用 PyGithub 在 repo 中创建一个新目录?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/60815076/

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