Time Nick Message 13:04 definitelya Is it normal I need to set my identity by e-mail to pull from the irrlicht repo now? Minetest and MTG still seem to work without. 13:10 sfan5 not normal, no 13:11 definitelya ah 13:13 definitelya Guess it'll be a fix on the back end, thanks. 13:14 sfan5 are you sure you didn't mistype the repo name 13:16 definitelya no it's my updater script, it worked 3 days ago. 13:17 definitelya I renamed the folder "/minetest/lib/irrlichtmt", but I'm pulling from https://github.com/minetest/irrlicht. 13:17 sfan5 yeah that's correct 13:17 sfan5 wait 13:17 definitelya ok 13:17 sfan5 what do you mean by "set my identity by email"? 13:18 sfan5 I assumed you meant github authentication but that's probably not what you meant 13:18 definitelya git says "*** Please tell me who you are." 13:18 definitelya Then I guess I have to type an email and password. 13:19 definitelya yeah it's git. 13:19 definitelya brb 13:20 sfan5 that's git asking for a name and email probably because it wants to create a merge commit 13:20 sfan5 if you replace 'git pull' with 'git fetch && git reset origin/master --hard' this won't happen 13:20 definitelya I see, thank you!