码迷,mamicode.com
首页 >  
搜索关键字:remote mirror    ( 7360个结果
hint: Updates were rejected because the tip of your current branch is behind
问题: 1 error: failed to push some refs to 2 hint: Updates were rejected because the tip of your current branch is behind 3 hint: its remote counterpart ...
分类:其他好文   时间:2021-06-19 18:56:51    阅读次数:0
服务器 安装docker
#更新yum软件管理器 yum -y update #安装docker yum install -y docker 2.配置docker 加速器 curl -sSL https://get.daocloud.io/daotools/set_mirror.sh | sh -s http://f1361 ...
分类:其他好文   时间:2021-06-18 20:01:26    阅读次数:0
Note about fast-forwards (无法push远程仓库)
问题出现场景: 1,码云新建一个仓库,选择了LIENCE,(以前都没选择过,所以都没有出现该问题) 2,本地代码完成后,依次执行命令git init ==> git add . ==> git commit -m "xxx" ==> git remote add :https://gitee.com ...
分类:其他好文   时间:2021-06-16 18:35:36    阅读次数:0
【Azure 应用服务】Azure Web App的服务(基于Windows 操作系统部署)在被安全漏洞扫描时发现了TCP timestamps漏洞
问题背景 什么是TCP timestamps(TCP 时间戳)? The remote host implements TCP Timestamps, as defined by RFC1323 (https://www.ietf.org/rfc/rfc1323.txt). A side effec ...
分类:移动开发   时间:2021-06-13 09:49:28    阅读次数:0
Redis
##Redis Redis(Remote Dictionary Server ),即远程字典服务,是一个开源的使用ANSI C语言编写、支持网络、可基于内存亦可持久化的日志型、Key-Value数据库,并提供多种语言的API。 ####1.1 定义 redis是一个key-value存储系统。和Me ...
分类:其他好文   时间:2021-06-11 18:36:27    阅读次数:0
docker安装及docker的基本命令
使用阿里云镜像地址 yum-config-manager \ --add-repo \ http://mirrors.aliyun.com/docker-ce/linux/centos/docker-ce.repo 更新包索引 yum makecache fase 安装docker yum inst ...
分类:其他好文   时间:2021-06-11 18:28:19    阅读次数:0
node js版本切换nvm
1:下载地址:https://github.com/coreybutler/nvm-windows/releases 2:常用命令 nvm list 已经安装的版本nvm list installed 查看已经安装的版本nvm list available 查看网络可以安装的版本nvm versio ...
分类:Web程序   时间:2021-06-10 18:39:57    阅读次数:0
maven 配置阿里云镜像,以及本地仓库,系统环境变量配置
settings,xml 阿里云镜像: <mirror> <id>nexus-aliyun</id> <mirrorOf>*</mirrorOf> <name>Nexus aliyun</name> <url>http://maven.aliyun.com/nexus/content/groups/ ...
分类:其他好文   时间:2021-06-10 18:06:24    阅读次数:0
kali2020.4安装openvas(gvm)
记录一下,方便复习 1、更换kali源,默认源注释掉。 sudo vim /etc/apt/sources.list #中科大 deb http://mirrors.ustc.edu.cn/kali kali-rolling main non-free contrib deb-src http:// ...
分类:其他好文   时间:2021-06-10 17:55:25    阅读次数:0
Git Bash输错账号密码如何重新输入
Git Bash输错账号密码如何重新输入 很多时候我们容易在Git Bash操作的时候,不慎输入错误的用户名或密码,此时一直提示: remote: Incorrect username or password ( access token ) 解决办法: 1.打开控制面板(快捷打开win+R,输入c ...
分类:其他好文   时间:2021-06-09 15:33:00    阅读次数:0
7360条   上一页 1 2 3 4 5 ... 736 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!