是否有 gist.github.com 的内部替代方案可以在防火墙后面运行?
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
你可以检查过去的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
PHP 中的自托管、基于 git 的 Pastebin:https://github.com/cweiske/phorkie
Self-hosted, git-based pastebin in PHP: https://github.com/cweiske/phorkie
在我看来,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.