1、Git下载 官网地址:https://git-scm.com/ 2、Git安装 选择Git安装位置,然后next 使用默认配置,然后next 默认,next 使用默认的Vim编辑器 默认分支名设置,这里选择默认的Let Git decide,然后next 修改 Git 的环境变量,选第一个,不修 ...
分类:
其他好文 时间:
2021-04-27 14:33:05
阅读次数:
0
1 Ruby@DESKTOP-4INK1I3 MINGW64 /f/Git/test (master) 2 $ git push origin master 3 fatal: unable to access 'https://github.com/xxx/test.git/': OpenSSL S ...
分类:
其他好文 时间:
2021-04-24 13:43:19
阅读次数:
0
什么是 Gitlab 一个开源分布式版本控制系统 开发语言:Ruby 功能:管理项目源代码、版本控制、代码复用与查找、权限管控 Git 家族成员 Git:是一种版本控制系统,是一个命令,是一种工具 Gitlib:是用于实现 Git 功能的开发库 Github:是一个基于 Git 实现的在线代码托管仓 ...
分类:
其他好文 时间:
2021-04-22 16:11:22
阅读次数:
0
https://blog.csdn.net/qq_29846663/article/details/73498853 查看email % cat ~/.gitconfig[user] email = a@bc.com[credential] helper = store[http] sslverif ...
分类:
其他好文 时间:
2021-04-22 15:36:18
阅读次数:
0
我们通常会用cdn套到服务器ip上,来为网站或者后端程序做加速、防御。可是nginx在设计上有个小缺陷,会因为ssl证书泄露网站的原IP 原理 用Nginx部署网站,在默认或不正确的配置下,网站开启ssl,直接访问ip的443端口,即ip:443,Nginx会返回默认一个站点的ssl证书,间接的能让 ...
分类:
Web程序 时间:
2021-04-21 12:32:02
阅读次数:
0
###重装系统,安装python3.7.5之后,使用pip3 install ipython时出现了报错信息: Can't connect to HTTPS URL because the SSL module is not available 1、cd 到Python-3.7.5目录下,重新编译安 ...
分类:
Web程序 时间:
2021-04-20 15:43:58
阅读次数:
0
1. 修改本地hosts文件 windows系统的hosts文件的位置如下:C:\Windows\System32\drivers\etc\hosts mac/linux系统的hosts文件的位置如下:/etc/hosts 2. 增加http://github.global.ssl.fastly.n ...
分类:
其他好文 时间:
2021-04-19 15:45:32
阅读次数:
0
没有HTTPS的抓包截图 HTTPS=HTTP + TLS/SSL https 实现过程如下 1.客户端发起HTTPS请求 rewrite www.baidu.com https://www.baidu.com 客户端访问某个web端的https地址,一般都是443端口 2.服务器端的配置 采用ht ...
分类:
Web程序 时间:
2021-04-19 15:01:16
阅读次数:
0
解决Gitlab的The remote end hung up unexpectedly错误 解决RPC failed; HTTP 413 curl 22 The requested URL returned error: 413 Request Entity Too Large问题 解决办法1: ...
分类:
Web程序 时间:
2021-04-15 12:34:26
阅读次数:
0
主要测试了各方式clone的情况: 1. 安装gitlab,配置ip:port。 常规步骤: yum install -y curl policycoreutils-python openssh-server wget https://mirrors.tuna.tsinghua.edu.cn/git ...
分类:
其他好文 时间:
2021-04-15 12:08:39
阅读次数:
0