git使用过程中遇到的问题及处理方法

1. Your local changes to the following files would be overwritten by checkout:......Please commit your changes or stash them before you switch branches

*******$ git checkout -b developer origin/developer
error: Your local changes to the following files would be overwritten by checkout:
...
...
Please commit your changes or stash them before you switch branches.
Aborting

解决方法:链接

git stash后重新运行命令

2. 

上一篇:内网环境上部署k8s+docker集群:集群ftp的yum源配置


下一篇:springcloud实战案例苏宁和海信