自分で構築できるgithubクローンといえば、GitBucketやGitLabですが
目立たないところでGitPrepというのもあります。(Perl製)
GitBucketがモッサリしてるという場合は、
機能は少なめですがこちらも一案としてありかなと。
$ git clone https://github.com/yuki-kimoto/gitprep.git
$ cd gitprep
$ ./setup.sh
<== Installed dependencies for .. Finishing.
54 distributions installed
// ↑ここでのPerlモジュールインストールは直下の extlib/ 以下に行われる
$ vi gitprep.conf
-;listen=http://*:10020
+listen=http://*:8080
// 起動
$ ./gitprep
// 停止
$ ./gitprep --stop
参考
GitPrep - ポータブルなGithubシステムをUnix/Linuxにインストール - サンプルコードによるPerl入門 ~ 安定と信頼のPerlを学ぼう ~
http://d.hatena.ne.jp/perlcodesample/20130421/1366536119
yuki-kimoto/gitprep
https://github.com/yuki-kimoto/gitprep