Git Config windows
Check Current Git Configuration: Begin by reviewing your current Git settings. Open your command prompt and run: git config --list Change youre username and email: Make it the same as on github.com: git config --global...
Read More