How to fix fatal: remote origin already exists Git

  • Abul Kalam
  • December 7, 2022
  • 1 min read

When you try to add a origin by using: git remote add origin ‘YOUR-ORIGIN-URL’ Most of times it works but sometimes it says fatal: remote origin already exists. because the origin was already there and you added multiple times by mistake. So to avoid this problem you need check what origins are there first by […]

Read More