【发布时间】:2021-09-10 16:37:52
【问题描述】:
我正在使用此 API 更新我的 repo 中的文件,它要求我为要更新的文件拥有一个有效的 SHA blob:
http://developer.github.com/v3/repos/contents/
如何找到特定文件的 SHA blob?假设在我的 testrepo 中的测试帐户中,test.txt 文件的 SHA blob 是什么?
https://github.com/testacc01/testrepo01
非常感谢!
【问题讨论】:
标签: git github sha github-api