Hi I'm more of a noobie with Git, see below. ========================================================= pi@raspberrypi:~/pi-build $ git checkout dev error: Your local changes to the following files would be overwritten by checkout: build-a-pi Please commit your changes or stash them before you switch branches. Aborting pi@raspberrypi:~/pi-build $ ========================================================== Then I tried to tell Git who I was by below
===========================================================
pi@raspberrypi:~/pi-build $ git commit *** Please tell me who you are. Run ? git config --global user.email "you@..."
=========================================================== I did with my email address & Then tried git commit =========================================================== pi@raspberrypi:~/pi-build $ git commit *** Please tell me who you are. Run ? git config --global user.email "you@..." ? git config --global "Your Name" to set your account's default identity. Omit --global to set the identity only in this repository. fatal: empty ident name (for <davekh@...>) not allowed ======================================================== I tried it without --global?? but can feel myself going away from where the problem is. Regards Dave On Sat, 11 Jul 2020 at 01:23, km4ack <jason.oleham@...> wrote: On Fri, Jul 10, 2020 at 06:00 PM, Dave H G0CER wrote: -- 73 Dave H G0CER |