软件教程Git 提交时出现错误error: failed to push some refs to使用git push提交代码时提示如下错误: error: failed to push some refs to '[email protected]:....." Updates were rejected because the remote contains work that you do not have locally. This is usuall作者王明昌发布时间2018-09-07 使用git push提交代码时提示如下错误: error: failed to push some refs to '[email protected]:....." Updates were rejected because the remote contains work that you do not have locally. This is usually caused by another repository pushing to 大概原因就是 意思是本地和远程的文件应该合并后才能上传本地的新文件 解决方案 1、先从远程拉下来(pull),会自动合并的 git pull origin master 2、再上传 git push -u origin master 成功解决问题
2018-11-12转载 | 宝塔面板5.9手动破解为专业版的方法运营还是支持正版,这个可以自己玩一下,还是挺简单的 首先安装面板免费版 然后升级专业版 wget -O update.sh http://download.bt.cn/install/update_p
2018-03-28开源项目 .pro_name a{color: #4183c4;}.osc_git_title{background-color: #fff;}.osc_git_box{background-color: #
2018-03-27转载 | 手把手教你vps搭建属于自己的ss教程,开始科学上网吧手把手教你vps搭建属于自己的ss教程,开始科学上网吧(利用vultr,看youtube1080p无压力) 一开始本人也是小白一个,但是之前用过各种fq方法,都不是很理想,前些天终于开始搭建自己通
2018-09-07转载 | Git 大全一、Git GUI 客户端 Git 客户端下载(Windows) TortoiseGit 客户端下载(Windows) Sourcetree 客户端下载(Windows、Mac) Git Extens
2018-03-08转载 | sublime3快捷键Sublime Text 3 快捷键精华版 Ctrl+Shift+P:打开命令面板 Ctrl+P:搜索项目中的文件 Ctrl+G:跳转到第几行 Ctrl+W:关闭当前打开文件 Ctrl+Shift+W