Git报错:fatal: remote origin already exists.

1.移除origin

$: git remote rm origin

2.再次执行报错的操作

$: git remote add origin git@github.com:......
原文地址:https://www.cnblogs.com/xiangsui/p/11471073.html