You should be able to remove origin with
git remote rm origin
Not that you need to, you can just change the origin with set-url
git remote set-url origin "https://..."
You should be able to remove origin with
git remote rm origin
Not that you need to, you can just change the origin with set-url
git remote set-url origin "https://..."