private-git-on-dreamhost
private-git-on-dreamhost copied to clipboard
This is yet another guide describing how to setup private write/push-enable HTTP-accessible Git repositories on Dreamhost using Git's git-http-backend (a.k.a git's Smart HTTP protocol).
Results
1
private-git-on-dreamhost issues
Sort by
recently updated
recently updated
newest added
I feel like a noob here but I am wondering what is that I am missing: If I run: ``` export GIT_REPOS_ROOT="~/repositorios_git/" mkdir ${GIT_REPOS_ROOT} chmod 711 ${GIT_REPOS_ROOT} ``` I get...