Showing 1 changed files with 0 additions and 12 deletions
-12
README.md
... ...
@@ -220,18 +220,6 @@ Please increase the value of http.postBuffer.
220 220
     # 1GB
221 221
     git config http.postBuffer 1024000000
222 222
 
223
-### I can't create repository and see error message when I create repository with readme
224
-
225
-If you see the following error message in log/production.log
226
-
227
-    [Wed Feb 12 15:27:02 2014] [error] ... Can't execute git commit ...
228
-
229
-you need to set User name and Email of git.
230
-Please set user.name and user.email.
231
-
232
-    git config --global user.name "gitprep"
233
-    git config --global user.email "gitprep@example.com"
234
-
235 223
 ### How to use reverse proxy?
236 224
 
237 225
 You can use GitPrep via reverse proxy access