错误信息: Failed to connect to repository : Command "C:/tools/Git/bin/git.exe ls-remote -h https:/XXXXX.git HEAD" returned status code 128:stdout: stderr: fatal: unable to access 'https://XXXXXX.git/': error setting certificate verify locations:  CA…
第一个问题:怎么也不能将自己本地仓库代码pull到GitHub网站上? git push origin master Warning: Permanently added 'github.com,192.30.255.112' (RSA) to the list of known hosts.To github.com:lanshanxiao/yunweather.git ! [rejected] master -> master (fetch first)error: failed to pu…
initerrlog: 无法打开错误日志文件 'D:\Program Files\Microsoft SQL Server\MSSQL10_50.MSSQLSERVER\MSSQL\Log 1. 设置文件权限 2.如果设置文件也无效过 直接 把 Errorg文件 替换…
一.问题: 当git clone项目时报 error setting certificate verify locations: CAfile: E:/git/Git/mingw64/ssl/certs/ca-bundle.crt 错误 二.原因: 我的git的安装在E盘中一个叫GitProject的文件夹下(也就是我的ca_bundle.crt是在:E:/GitProject/Git/mingw64/ssl/certs/ca-bundle.crt目录下),当克隆项目的时候默认找的是git文件夹…
1.今天 当我  执行  git add  somefile 的时候,出现 如下 错误: If no other git process is currently running, this probably means a git process crashed in this repository earlier. Make sure no other git process is running and remove the file manually to continue. 解决方法:…
1.今天 当我  执行  Git add  somefile 的时候,出现 如下 错误: If no other git process is currently running, this probably means a git process crashed in this repository earlier. Make sure no other git process is running and remove the file manually to continue. 解决方法:…
1.错误信息:2019-03-26 13:32:41.205 ERROR 7828 --- [nio-8081-exec-1] c.alibaba.druid.filter.stat.StatFilter   : merge sql error, dbType sqlserver, druid-1.1.10, sql : null 截图:(程序可以正常运行,但是会报这个错误) 解决:将pom.xml的 <druid-version>1.1.10</druid-version> 版本…
使用yum安装pure-ftpd Pure-FTPd是Linux上的一个开源的FTP服务程序,在易用性.配置性上比vsftp较方便,下面我们使用centos6演示安装和配置pure-ftpd. 安装epel源 # yum install epel-release 使用yum命令安装Pure-ftpd # yum install pure-ftpd 配置Pure-ftpd # vim /etc/pure-ftpd/pure-ftpd.conf # 1. 修改 PAMAuthentication n…
https://www.cnblogs.com/yangxia-test/p/4368778.html https://blog.csdn.net/xlyrh/article/details/51384837 Jenkins的授权和访问控制 报错: 提示hudson.security.AccessDeniedException 解决: 修改Jenkins_home/config.xml文件 <useSecurity>true</useSecurity> <authorizat…
Error: Gradle: Execution failed for task ':mytask' > A problem occurred starting process 'command 'jni/ndk-build.cmd" 这是win7打开android程序出现的问题.解决方法:打开build.gradle,找到"commandLine"这行,把commandLine 'ndk-build', '-C', file('jni').absolutePath改为…