码迷,mamicode.com
首页 >  
搜索关键字:failed to push some refs to    ( 25890个结果
jenkins执行Build Now报错系列(一)Failed to change to remote director
原因:这种情况是SSH Server中的Remote Directory路径不存在。 解决方法:重新输入目标服务器中存在的路径。 ...
分类:其他好文   时间:2021-03-01 14:07:12    阅读次数:0
jenkins执行Build Now报错系列(一)Building for production... ERROR Failed to compile
原因:这种情况是vue项目并没有安装好依赖,导致使用npm命令的时候报错。 解决方法:npm install或者cnpm install或者yarn等安装好依赖。 ...
分类:其他好文   时间:2021-03-01 14:05:00    阅读次数:0
c# 队列和堆栈
队列,先进先出 Queue<string> q = new Queue<string>(); q.Enqueue("A"); q.Enqueue("B"); q.Enqueue("C"); Console.WriteLine(q.Dequeue()); //移除第一个并返回第一个元素的值:A Con ...
分类:Windows程序   时间:2021-03-01 13:46:21    阅读次数:0
.net core 用引用log4net 写入日志
1. 安装需要应用的程序包 2. 准备配置文件 <?xml version="1.0" encoding="utf-8"?> <log4net> <!-- Define some output appenders --> <appender name="rollingAppender" type=" ...
分类:Web程序   时间:2021-03-01 13:34:26    阅读次数:0
【YbtOJ#731】图上询问
题目 题目链接:https://www.ybtoj.com.cn/problem/731 \(n,m,Q\leq 2\times 10^5\)。 思路 考场上写了一发 \(O(Q\sqrt{m}\alpha(n))\) 回滚莫队没卡过去。。。 考虑把询问按照右端点离线,我们对于询问 \([l,r]\ ...
分类:其他好文   时间:2021-03-01 13:04:19    阅读次数:0
retrying使用参考
https://pypi.org/project/retrying/ Project description Retrying is an Apache 2.0 licensed general-purpose retrying library, written in Python, to simp ...
分类:其他好文   时间:2021-02-27 13:27:07    阅读次数:0
1092 To Buy or Not to Buy (20 分)
Eva would like to make a string of beads with her favorite colors so she went to a small shop to buy some beads. There were many colorful strings of b ...
分类:其他好文   时间:2021-02-27 13:26:28    阅读次数:0
idea svn连接https报错问题: E230001: Server SSL certificate verification failed: certificate issued
重新安装windows10后,使用idea下代码时报了错E170013 E230001: Server SSL certificate verification failed: certificate issued、 网上找了下相同的问题,在此记录下解决方案 cmd打开运行窗口,执行以下命令 svn ...
分类:Web程序   时间:2021-02-24 13:22:53    阅读次数:0
装机配置
无法连接raw.githubusercontent.com curl: (7) Failed to connect to raw.githubusercontent.com port 443: Connection refused 打开网站 https://www.ipaddress.com/ 查询 ...
分类:其他好文   时间:2021-02-23 14:23:50    阅读次数:0
修改/etc/vsftpd/vsftpd.conf配置文件后FTP罢工
配置匿名FTP服务器在修改完/etc/vsftpd/vsftpd.conf文件后restart出现error Job for vsftpd.service failed because the control process exited with error code. See "systemct... ...
分类:其他好文   时间:2021-02-23 14:23:37    阅读次数:0
25890条   上一页 1 ... 27 28 29 30 31 ... 2589 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!