Table of Contents
  • Git

    published: 2026-07-20

    tags: git

    Errors

    Make sure you configure your ‘user.email’ and ‘user.name’ in git

    git config --global user.name "thundter"

    git config --global user.email "thundter@lptp"