【发布时间】:2015-12-23 13:33:04
【问题描述】:
我的项目是在 laravel forge 中使用 digitalocean 首先我添加了一个协作者并将其删除,因为当我尝试通过 git push origin master 修改代码时 我在 laravel forge 的仪表板中收到此错误
From github.com:name/project
* branch master -> FETCH_HEAD
aad781c..e558842 master -> origin/master
error: Your local changes to the following files would be overwritten by merge:
public/css/style.css
Please, commit your changes or stash them before you can merge.
Aborting
Updating aad781c..e558842
现在我收到一条新消息
From github.com:project/name
* branch master -> FETCH_HEAD
be3f227..aeddc3a master -> origin/master
Auto-merging .idea/workspace.xml
CONFLICT (add/add): Merge conflict in .idea/workspace.xml
Automatic merge failed; fix conflicts and then commit the result.
任何帮助将不胜感激谢谢
【问题讨论】:
标签: git laravel github digital-ocean laravel-forge