gpt4 book ai didi

GitHub Gist API 补丁不起作用?

转载 作者:行者123 更新时间:2023-12-04 08:33:24 36 4
gpt4 key购买 nike

我正在使用 Postman 创建匿名 Gists。 Gists 已成功创建,但是当我尝试修补它们时,我得到:

{
"message": "Not Found",
"documentation_url": "https://developer.github.com/v3/gists/#edit-a-gist"
}

我使用的网址是:
https://api.github.com/gists/14694f43065a32ec28ad 

如果我做一个 GET,它工作正常。如果我执行 PATCH,我会收到一条错误消息。

这里有什么问题?

最佳答案

您可以阅读和创建匿名要点,但不能对其进行编辑。如果要创建、读取、更新和删除,请使用身份验证。

Authentication部分,它说:

You can read public gists and create them for anonymous users without a token; however, to read or write gists on a user's behalf the gist OAuth scope is required.



如果您只是尝试 git push,您将得到相同的 404–未找到错误。一些提交到一个匿名的要点。
$ git push
Username for 'https://gist.github.com': IonicaBizau
Password for 'https://IonicaBizau@gist.github.com':
remote: Repository not found.
fatal: repository 'https://gist.github.com/anonymous/5801....d2f/' not found

他们甚至没有在 Gist 页面上为匿名 gists 提供编辑按钮。他们确实有一个与 IP 相关联的删除按钮(任何具有匿名 Gist 链接的用户,如果连接在同一网络上,假设他们获得相同的公共(public) IP,则可以删除匿名 Gist)。

否则你必须 contact support for deleting匿名要点。

关于GitHub Gist API 补丁不起作用?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34477537/

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