logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

删除 卸载 iptables

千万不要删yum remove iptables千万不要删yum remove iptables除非你有足够的能力驾驭linux

#linux
IT开发常用网页

https://www.processon.com/http://git.qj.com/

git pull (merge远程分支到本地)

我遇到的情况:新创建了一个项目,用优盘拷贝的源代码,后来其他人的代码进行git push,我需要pull 下来。1,需要本地仓库,并git commit2,此时git pull会报错:fatal: refusing to merge unrelated histories.       解决办法:git pull origin master --allow-unrelated-histories 

#git
到底了