byc

CoolDev

make dev cool

Vagrant报错

Your VM has become “inaccessible.” 使用vagrant up时启动虚拟机报错,虚拟机不可访问,具体报错信息如下 Your VM has become “inaccessible.” Unfortunately, this is a critical error with VirtualBox that Vagrant can not cleanly recover from. Please open VirtualBox and clear out your inaccessible virtual

apt-get中Unmet Dependencies问题

apt-get install 时无法自动安装相关依赖,导致报错,常见报错为: 1 2 3 4 5 6 7 8 9 $ sudo apt-get install libsctp-dev Reading package lists... Done Building dependency tree Reading state information... Done You might want to run 'apt-get -f install' to correct these: The following packages have unmet dependencies: libsctp-dev : Depends:

git仓库镜像和迁移

会遇到需要完整迁移仓库的需求,包括所有分支,所有的提交记录。有如下几种需求 项目更换到新仓库地址,需要将老仓库地址迁移,同时保留提交记录和分支