是否有 gist.github.com 的内部替代方案可以在防火墙后面运行?

发布于 2024-09-27 10:51:41 字数 189 浏览 4 评论 0原文

gist.github.com 非常方便,但我希望能够运行类似的东西来与我工作的防火墙后面的其他开发人员在内部共享代码示例,因此我不需要一直清理我的代码,只讲代码示例。

这样的事情存在吗?

我并不追求大型项目管理工具,只是一种制作一次性要点并轻松共享链接的方法,这也恰好是 git 存储库,就像 gist.github.com 一样

gist.github.com is incredibly handy, but I'd like to be able run something similar for sharing code samples internally with other developers behind the firewall where I work, so I don't constantly need to be sanitising my code all the time, just to talk about code examples.

Does anything like this exist?

I'm not after big project management tools, just a way to make throwaway gists, and share links easily, that also happen to be git repos, just like gist.github.com

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

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

发布评论

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

评论(3

久夏青 2024-10-04 10:51:41

你可以检查过去的git:git支持的粘贴服务器(要点python克隆)

https://github.com/mmikulicic/pastgit

还有 gitpaste:(另一个基于 Django 的 gist 克隆)

https://github.com/justinvh/gitpaste

You may check pastgit: git backed paste server (gist python clone)

https://github.com/mmikulicic/pastgit

Also gitpaste: (another gist clone based on Django)

https://github.com/justinvh/gitpaste

像你 2024-10-04 10:51:41

PHP 中的自托管、基于 git 的 Pastebin:https://github.com/cweiske/phorkie

Self-hosted, git-based pastebin in PHP: https://github.com/cweiske/phorkie

梦归所梦 2024-10-04 10:51:41

在我看来,github 要点的杀手级功能是它们的 Git 集成。您可以克隆您的要点,对其进行版本控制等。

如果您只需要进行协作,您可以选择 开源 Pastebins 并在您的 Intranet 中进行本地安装。我想到的一个是 dpaste

The killer feature of github's gists in my opinion is their Git integration. You can clone your gists, version control them etc.

If you need just need something to collaborate, you can choose one of the open source pastebins and make an install locally inside your intranet. One that comes to mind is dpaste.

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