Git

Git

ZjHOU

创建远程仓库:

git init --bare test.git

 chown -R git:git test.git

克隆远程仓库:

git clone ssh://git@test.com:port/path/to/test.git

gitignore 不起作用

Report Page