Build a git server under linux

Original blog post address: http://www.cnblogs.com/dee0912/p/5815267.html

Record some small problems that can be successfully built according to this blogger's method

1. Since the git repository I created is in the root directory, After giving the git user permission to the git repository according to the original blog post, the client still does not have permission to clone using the git user. After assigning the entire root directory and subfolders to git, the client has permission to clone the command: chown -R git:git root/

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=326360442&siteId=291194637