解决方法: 先删除, 再添加
1. git remote rm origin
2. git remote add origin https://github.com/zjulanjian/eshop.git
3. git push -u origin master