问题描述
gist.github.com非常方便,但我希望能够运行类似的内容来与其他开发者共享内部代码示例,这些开发者位于我工作的防火墙后面,所以我并不总是需要清理我的代码所有的时间,只是为了讨论代码示例。
是否存在类似的情况?
我是不是在大项目管理工具之后,只是一种方法来制作一次性的要点,并轻松地共享链接,这也恰好是git repos,就像gist.github.com
您可能会检查pastgit:git支持的粘贴服务器(gist python clone)
另外gitpaste :(另一个基于gist clone在Django上)
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
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
这篇关于gist.github.com的内部替代方案是否在防火墙后面运行?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!