error: Your local changes to the following files would be overwritten by checkout:

时间:2016-11-23 06:54:59   收藏:0   阅读:2767

在发布这个配置文件的时候,会发生代码冲突:

error: Your local changes to the following files would be overwritten by merge:
        protected/config/main.php
Please, commit your changes or stash them before you can merge.

解决方法:

git reset --hard

 

原文:http://www.cnblogs.com/INnoVationv2/p/6091713.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!