码迷,mamicode.com
首页 >  
搜索关键字:failed to push some refs to    ( 25890个结果
git http方式提交时的一个小问题
error: RPC failed; result=22, HTTP code = 411fatal: The remote end hung up unexpectedly解决方法:git config http.postBuffer 524288000
分类:其他好文   时间:2014-05-10 01:06:09    阅读次数:367
WARNING: Re-reading the partition table failed with error 16: Device or resource busy.
在 mkfs.ext4 /dev/sda2 格式化硬盘空间时,可能出现这样的错误。 had this situation at office where I was told to re-partition an already existing partition. The situation was to get the below schema /dev/sdb1 1 3040 24...
分类:其他好文   时间:2014-05-09 20:49:25    阅读次数:343
git-push(1) Manual Page
git-push(1) Manual Page NAME git-push - Update remote refs along with associated objects SYNOPSIS git push [--all | --mirror | --tags] [--follow-tags] [-n | --dry-run] [--receive...
分类:其他好文   时间:2014-05-09 20:46:06    阅读次数:370
关于SEO的浅谈
SEO是Search Engine Optimization的缩写,用英文描述是to use some technics to make your website in the top places in Search Engine when somebody is using Search Eng...
分类:其他好文   时间:2014-05-09 16:14:40    阅读次数:290
centos x64 vsftpd 530登陆错误问题
近来在centos 6.0 x64版本下安装vsftpd,中间出现一些问题,解决过程总结如下:安装vsftpd:yum install vsftpd安装后配置为虚拟用户登陆,然后用:ftp localhost登陆测试总是出现错误提示:530 Login incorrect.Login failed....
分类:其他好文   时间:2014-05-09 15:30:35    阅读次数:369
UEditor 粘贴 Excell 中的表格时报错导致无法粘贴的解决办法
在UEditor一些版本中,如果粘贴Excell中的内容到编辑器,会粘贴不进去,打开控制台发现JS报错了。 在ueditor.all.js:3048行报如下错误: Uncaught TypeMismatchError: Failed to execute 'removeAttributeNode' on 'Element': The node provided is invalid....
分类:其他好文   时间:2014-05-09 15:16:34    阅读次数:290
POJ1742可行性背包
题目: Description People in Silverland use coins.They have coins of value A1,A2,A3...An Silverland dollar.One day Tony opened his money-box and found there were some coins.He decided to buy a very n...
分类:其他好文   时间:2014-05-09 15:00:55    阅读次数:345
关于Linux中SDK 升级报错的解决
在配置安卓开发环境时,我将sdk、eclipse等工具包解压在了/opt目录下,在安装adt、导入sdk时,频频出现问题,Failed to create directory /opt/adt-bundle-linux-x86_64-20140321/sdk/temp原因是程序在/opt目录下权限不...
分类:系统相关   时间:2014-05-09 09:03:05    阅读次数:399
微机接口技术与汇编语言上机实验报告_汇编初步(intel8086)
实验环境:intel x386   一。要求:将3000H单元开始置数为00H-0FH SSTACK SEGMENT STACK DW 32 DUP(?) SSTACK ENDS CODE SEGMENT ASSUME CS:CODE, SS:SSTACK START: PUSH DS XOR AX, AX MOV DS, AX MOV SI, 3000H MOV CX...
分类:编程语言   时间:2014-05-09 06:33:53    阅读次数:372
下载jQuery EasyUI出现网络问题
下载jQuery EasyUI出现网络问题 1、具体错误如下  错误 137 (net::ERR_NAME_RESOLUTION_FAILED):未知错误 2、错误原因      由于DNS配置出现问题,导致该网页打不开 3、解决办法       下载一个电脑管家,对DNS进行优选...
分类:Web程序   时间:2014-05-09 06:09:48    阅读次数:343
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!