Skip to content

Commit

Permalink
fixbug: unable to auto-detect email address
Browse files Browse the repository at this point in the history
  • Loading branch information
zctmdc committed Nov 17, 2022
1 parent 57e464c commit d647f9f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/load.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#!/bin/bash
git config --global user.email "[email protected]"
git config --global user.name "Your Name"
cd /tmp
git clone http://gituser:gitpassword@localhost:80/test.git
cd test
Expand Down

0 comments on commit d647f9f

Please sign in to comment.