Skip to content

Commit 16312ef

Browse files
committed
fix git credentials for appveyor
1 parent 65c561a commit 16312ef

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

appveyor.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ clone_folder: c:\projects\nodegit
1414
# fix lineendings in Windows
1515
init:
1616
- git config --global core.autocrlf input
17+
- git config --global user.name "John Doe"
18+
- git config --global user.email johndoe@example.com
1719

1820
# what combinations to test
1921
environment:

0 commit comments

Comments
 (0)