在纯 PHP 中执行 git pull

发布于 2024-11-28 09:23:41 字数 209 浏览 5 评论 0原文

我想知道是否有人知道一个库或如何使用纯 PHP 执行 get pull 请求,没有在服务器上安装 git。

首先,这可能吗?我见过奇怪的类,但他们似乎无法执行拉取请求。

我想另一种选择是将某种形式的精简版 git 与我的脚本捆绑在一起。这可能吗?

我在这里真的很茫然,所以任何帮助或建议将不胜感激。

谢谢。

I was wondering if anyone knows of a library or how to perform a get pull request with pure PHP, without git being installed on the server.

First of all, is this even possible? I have seen the odd class, but they don't seem to be able to perform pull requests.

I guess an alternative would be bundling some form of stripped down version of git with my script. Would that be possible?

I am really at a loss here so any help or suggestions would be much appreciated.

Thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

漫漫岁月 2024-12-05 09:23:41

我刚刚意识到您可以使用 SVN 从 GitHub 请求存储库

并且 PHP 似乎支持 SVN

所以我会使用 SVN,它应该可以解决问题。

我希望这可以帮其他人省去几个小时谷歌搜索的麻烦。尝试一下 SVN + GitHub。

I have just realised that you can use SVN to request a repository from GitHub.

And SVN seems supported by PHP.

So I will use SVN, it should do the trick.

I hope this has saved someone else the trouble of Googling for hours. Give SVN + GitHub a go.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文