工具
Git 與遠端Server 應用
by admin on 十一月.02, 2011, under Git
乘上篇文章gitolite 安裝.
當你開心使用git一陣子,又在網路上免費或付費支援git平台的版本控管後是否發覺….
真的好麻煩每次都要同步好幾台SERVER上面的repositories…
有沒有在push上server後自動幫你搞定呢?!
(continue reading…)

gitolite 安裝
by admin on 十一月.01, 2011, under FreeBSD, Git
FreeBSD gitolite 安裝
安裝:
1 | # cd /usr/ports/devel/gitolite ; make install clean; |
安裝結束最後面會看到以下提示:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | ============================================================================== Final gitolite installation instructions: Any ssh user can be a gitolite provider. Simply run the following command as the user: /usr/local/bin/gl-setup /path/to/admin.ssh.key.pub This will setup up the configuration files for gitolite, designating where the repositories are located and other options. The admin ssh key allows full access to the gitolite-admin repository where additional users and repositories can be configured. By default, the git user is created for use by gitolite. ============================================================================== ===> Correct pkg-plist sequence to create group(s) and user(s) ===> Registering installation for gitolite-2.1 ===> Cleaning for gitolite-2.1 |