githubpush错误:gitpush-uoriginmaster
error:TherequestedURLreturnederror:403Forbiddenwhileaccessinghttps://github.com/huangzhazha/studygit.git/info/refs
fatal:HTTPrequestfailedgitversion1.7.1OS:CENTOS解决方案:vim.Git/config修改[remote"origin"]
url=https://..
分类:
数据库 时间:
2017-02-08 00:05:39
阅读次数:
189
同步仓库并解决403报错 这时候对本地仓库和github进行同步 # git push -u origin master error: The requested URL returned error: 403 Forbidden while accessing https://github.com ...
分类:
其他好文 时间:
2017-02-07 12:34:46
阅读次数:
425
网上说的解决方法如下: 其实生成ssh时不应该使用当前用户去生成ssh,而是使用jenkins这个用户去生成ssh,然后再去git服务器上配置你生成key,最后再jenkins上配置返回给你的key。 参考: http://www.jianshu.com/p/ed0edb93e234 http:// ...
分类:
其他好文 时间:
2017-02-04 16:26:52
阅读次数:
1222
semipal.in / semipal.out Por Costel the pig, our programmer in-training, has recently returned from the Petrozaporksk training camp. There, he learned ...
分类:
其他好文 时间:
2017-01-20 07:35:51
阅读次数:
430
semipal.in / semipal.out Por Costel the pig, our programmer in-training, has recently returned from the Petrozaporksk training camp. There, he learned ...
分类:
其他好文 时间:
2017-01-20 07:25:28
阅读次数:
293
MySQL 从 5.5 升级到 5.6,启动时报错: 原因:主要是没有正常关闭 mysqld 服务的情况下,对数据库参数进行改变导致的。因此重启后的服务器不支持InnoDB引擎。 处理方法:删除目录下的 ib_logfile0 和 ib_logfile1 文件。 参考: http://oyqiaoj ...
分类:
数据库 时间:
2017-01-01 11:49:39
阅读次数:
254
Android中使用so文件: 做一个PDF阅读的功能,找到一个开源的库,mupdf。下载的是网上编译好的so库,导入到自己项目中的时候一直报错Java.lang.UnsatisfiedLinkError: Couldn't load netplayerlibq: findLibrary retur ...
分类:
移动开发 时间:
2016-12-27 00:26:45
阅读次数:
266
此问题是eclipse位数和java位数不匹配造成的 我的是win10 64位的eclipse + 32位的java造成的问题 查看eclipse位数:用记事本打开eclipse根目录下的eclipse.ini文件 查看这一段: --launcher.libraryplugins/org.eclip ...
分类:
编程语言 时间:
2016-12-23 22:12:13
阅读次数:
165
参考: .Net HttpWebRequest.GetResponse() raises exception when http status code 400 (bad request) is returnedC# codeusing System;using System.IO;using Sy ...
分类:
Web程序 时间:
2016-12-23 14:13:01
阅读次数:
238
1.[error]ld returned 1 exit status 环境:dev C++ 原因:没把上次运行的窗口关掉,关掉就好了。 (网上也有说其他原因的,等遇到了再做记录。) 2.解决This function or variable may be unsafe 环境:vs2015 原因:C+ ...
分类:
编程语言 时间:
2016-12-22 07:01:45
阅读次数:
172