Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/github/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Github Octokit.net-作为LFS提交_Github_Octokit.net - Fatal编程技术网

Github Octokit.net-作为LFS提交

Github Octokit.net-作为LFS提交,github,octokit.net,Github,Octokit.net,我正在使用Octokit.net将新文件提交到git。这使用CreateBlob->addblob-to-Tree->Commit-Tree方法提交文件。我试图发现如何创建树引用/将文件上载到Repo,其中LFS作为LFS条目打开 有没有人这样做是因为文档(甚至在PlanGithubAPI上)在这方面很少

我正在使用Octokit.net将新文件提交到git。这使用CreateBlob->addblob-to-Tree->Commit-Tree方法提交文件。我试图发现如何创建树引用/将文件上载到Repo,其中LFS作为LFS条目打开

有没有人这样做是因为文档(甚至在PlanGithubAPI上)在这方面很少