fatal: remote origin already exists.

解决方法: 先删除, 再添加

1. git remote rm origin

2. git remote add origin https://github.com/zjulanjian/eshop.git

3. git push -u origin master

原文地址:https://www.cnblogs.com/zjulanjian/p/11118915.html