github 下载指定文件夹或文件

工具 svn 复制指定目录,比如: https://github.com/googlevr/gvr-unity-sdk/tree/master/GoogleVR 将 tree/master 替换为 trunk https://github.com/googlevr/gvr-unity-sdk/trunk/GoogleVR 命令 svn checkout https://git...

gitolite-install

安装脚本 ------ #!/bin/bash useradd -m git #安装git-core apt-get install git-core #创建gitolite安装路径 shell_dir=/ gitolite=/home/git/gitolite mkdir -p $gitolite #cp key # 安装时替换为管理员秘钥 echo 'ssh-rsa A...