码迷,mamicode.com
首页 >  
搜索关键字:remote    ( 5029个结果
时间同步 ntp
1 使用ntp同步时间 1.1 如果开启了ntp服务,使用ntpsta查看同步状态 1.2 如果不使用用ntp服务,使用ntpdate -u ntp.aliyun.com 直接同步时间 echo "*/20 * * * * /usr/sbin/ntpdate -u ntp1.aliyun.com > ...
分类:其他好文   时间:2021-06-02 16:45:57    阅读次数:0
关于Git上传项目报错error: RPC failed; HTTP 413 curl 22 The requested URL returned error: 413
问题 今天用Git上传项目时,最后一步push时命令行报错 error: RPC failed; HTTP 413 curl 22 The requested URL returned error: 413 fatal: the remote end hung up unexpectedly fat ...
分类:Web程序   时间:2021-06-02 16:10:05    阅读次数:0
centos7 搭建 nginx web服务 反代理
Nginx("engine x")是一款是由俄罗斯的程序设计师Igor Sysoev所开发高性能的 Web和 反向代理 服务器,也是一个 IMAP/POP3/SMTP 代理服务器。 在高连接并发的情况下,Nginx是Apache服务器不错的替代品。 一,什么是反向代理: 反向代理服务器架设在服务器端 ...
分类:Web程序   时间:2021-06-02 13:07:20    阅读次数:0
nginx的proxy_pass路径转发规则浅析(末尾/问题)
nginx的proxy_pass路径转发规则浅析(末尾/问题) 一 location匹配路径末尾没有 / 此时proxy_pass后面的路径必须拼接location的路径: location /sta { proxy_redirect off; proxy_set_header Host $host ...
分类:其他好文   时间:2021-06-02 12:41:13    阅读次数:0
xdebug开启调试
xdebug 2.8 (貌似3.0以下都可以) [xdebug]xdebug.remote_enable=1xdebug.remote_host=host.docker.internalxdebug.remote_port=9000xdebug.remote_handler=dbgpxdebug.r ...
分类:其他好文   时间:2021-05-25 18:12:24    阅读次数:0
Git 系列教程(8)- 远程仓库的使用
查看远程仓库 如果想查看你已经配置的远程仓库服务器,可以运行 git remote 命令,它会列出你指定的每一个远程服务器的名称 如果是刚 clone 下来的自己的库,能看到 origin,这是 Git 起的默认名字 $ git clone https://github.com/schacon/ti ...
分类:其他好文   时间:2021-05-24 12:39:49    阅读次数:0
同时将本地git仓库提交到gitee和github
今天想把一个本地项目推送到github【此前已经将这个项目推送到gitee!】 执行 git remote add origin +远程仓库地址 这个命令时,提示 error: remote origin already exists. 这是因为gitee&github 默认都是以 origin 这 ...
分类:其他好文   时间:2021-05-24 10:58:36    阅读次数:0
验证远程主机SSH指纹
远程主机指纹的作用:用于验证远程主机确实是我以前连接过的主机,而不是被DNS劫持的主机。 远程主机:ubuntu20.04系统 本地:wsl 2 的debian 10系统 所谓的主机指纹:把远程主机的公钥用一种hash算法输出一个较短的数串。 这就涉及到2个材料:1、远程主机的公钥。2、双方公用的哈 ...
分类:其他好文   时间:2021-05-24 10:10:47    阅读次数:0
Powershell 如何批量获取文件大小的实现代码
这篇文章主要介绍了Powershell 之批量获取文件大小的实现代码 效果图: 核心代码: $startFolder = "D:\" $colItems = (Get-ChildItem $startFolder | Where-Object {$_.PSIsContainer -eq $True} ...
分类:系统相关   时间:2021-05-24 10:08:31    阅读次数:0
Jenkins中连接Git仓库时提示:无法连接仓库:Error performing git command: git ls-remote -h
场景 在Jenkins中新建任务后,在源码管理中选择Git,并且通过用户名和密码的 凭证方式连接到Git仓库时提示: 无法连接仓库:Error performing git command: git ls-remote -h... 注: 博客: https://blog.csdn.net/badao ...
分类:其他好文   时间:2021-05-24 07:05:12    阅读次数:0
5029条   上一页 1 2 3 4 5 6 ... 503 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!