diff --git a/test/load.sh b/test/load.sh index 5b8e9ea..43dac3e 100755 --- a/test/load.sh +++ b/test/load.sh @@ -1,4 +1,6 @@ #!/bin/bash +git config --global user.email "you@example.com" +git config --global user.name "Your Name" cd /tmp git clone http://gituser:gitpassword@localhost:80/test.git cd test