Skip to content

Commit

Permalink
update 文章
Browse files Browse the repository at this point in the history
  • Loading branch information
codcodog committed Feb 2, 2018
1 parent a149109 commit be9e3a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notes/搭建 Git 服务器.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ $ chmod a+x post-receive
```Bash
$ useradd -g git -s /usr/local/git/bin/git-shell -m blog
```
> 注意:要为用户创建家目录,否则客户端提交到服务器仓库的时候,会报 `Could not chdir to home directory /home/test: No such file or directory` 错误
> 注意:要为用户创建家目录,否则客户端提交到服务器仓库的时候,会报 `Could not chdir to home directory /home/blog: No such file or directory` 错误
设置帐号密码,在客户端推送内容的时候用到.
```
Expand Down

0 comments on commit be9e3a3

Please sign in to comment.