gpt4 book ai didi

git - 使用 GitHub API 创建文件夹

转载 作者:太空狗 更新时间:2023-10-29 12:47:00 27 4
gpt4 key购买 nike

有什么方法可以使用 their API 在 git 存储库中创建新文件夹吗? ?是否可以用 Trees API 来做到这一点?

最佳答案

是的,但是您需要在该目录中创建一个文件,因为 git 只跟踪其中包含文件的目录。

例子:

假设我们有一个名为“foo”的用户,他有一个名为“bar”的存储库。 repo 协议(protocol)具有以下内容:

├── LICENSE
├── main.go
├── main_test.go
└── README.md

如果我们想在 examples 目录中创建一个名为 example.go 的文件,我们将发出以下请求:

PUT /repos/foo/bar/contents/examples/example.go

新建文件请求模板如下:

PUT /repos/:owner/:repo/contents/:path

参见 http://developer.github.com/v3/repos/contents/#create-a-file

关于git - 使用 GitHub API 创建文件夹,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20045572/

27 4 0
文章推荐: html -
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com