码迷,mamicode.com
首页 >  
搜索关键字:仓库    ( 15848个结果
pylint代码静态检查
使用git-pylint-commit-hook工具 pre-commit脚本 配置文件放在仓库根目录/hooks下面 git-pylint-commit-hook --limit=9.0 --pylintrc=hooks/.pylintrc 配置 [BASIC] # Regular express ...
分类:其他好文   时间:2021-04-10 13:26:17    阅读次数:0
centOS7.7安装MySQL教程
1.由于centOS7.7中默认安装了MariaDB,需要先进行卸载 rpm -qa | grep -i mariadb rpm -e --nodeps mariadb-libs-5.5.64-1.el7.x86_64 2.下载MySQL仓库并安装 wget https://repo.mysql.c ...
分类:数据库   时间:2021-04-09 13:05:48    阅读次数:0
git拉取代码报错:Please make sure you have the correct access rights and the repository exists
参考链接:https://cloud.tencent.com/developer/article/1572090 目的:使用git工具、通过命令行拉取gitee远程仓库代码到本地。 报错信息:Please make sure you have the correct access rights an ...
分类:数据库   时间:2021-04-09 12:51:18    阅读次数:0
docker(部署nginx,tomcat、ES+Kibana)
部署nginx #1.先去查看仓库有没有镜像 root@fanwd-virtual-machine:/home# docker search nginx NAME DESCRIPTION STARS OFFICIAL AUTOMATED nginx Official build of Nginx. ...
分类:其他好文   时间:2021-04-08 13:07:20    阅读次数:0
Maven遇到Idea中无论如何导入依赖都是调用中央仓库而不是镜像源的问题
Maven 遇到Idea中无论如何导入依赖都是调用中央仓库而不是镜像源的问题 检查IDEA中maven配置是否正确 查看是否使用的是自己的setting.xml配置 检查镜像源配置是否有错 <!-- 阿里云镜像仓库 --> <mirror> <id>nexus-aliyun</id> <mirror ...
分类:其他好文   时间:2021-04-08 12:54:58    阅读次数:0
git存储密码问题:push的时候报错remote: Permission to xxx/xxx.git denied to xxx.
问题原因:使用存储的旧账户访问新的git仓库 1. Linux 检查~/.git-credentials 修改或删除其中的旧的账户密码,新打开命令行窗口重新push 2. MAC 是cmd + space 搜索钥匙串访问,找到github能看到保存的账户和密码 3. WINDOWS 控制面板->所有 ...
分类:其他好文   时间:2021-04-07 11:37:54    阅读次数:0
git强制回退远程仓库到某个提交
git log #查看commit id git reset --hard 74b6210ec0b #这里是commit id git push -f # 强制推上去 ...
分类:其他好文   时间:2021-04-07 11:35:02    阅读次数:0
如何为开源项目提交pr
在CNCF:community bridge#1285Reading Material Update And Supplement 这个议题当中,更新扩充好的材料需要同步更新到volcano官网的官方文档上,这篇文章主要来记录如何为开源项目(volcano)提交pr,以达到我们将贡献的开源文档同步更 ...
分类:其他好文   时间:2021-04-06 14:01:47    阅读次数:0
【小技巧】本地maven的使用
上传脚本 apply plugin: 'maven' uploadArchives{ repositories.mavenDeployer{ // 本地仓库路径 repository(url:"file://C://Users/gang/.m2/repository/") // 唯一标识 包名 po ...
分类:其他好文   时间:2021-04-05 12:39:23    阅读次数:0
MyBatis学习
MyBatis 官方文档:https://mybatis.org/mybatis-3/ Github:https://github.com/mybatis/mybatis-3 Maven仓库: <!-- https://mvnrepository.com/artifact/org.mybatis/m ...
分类:其他好文   时间:2021-04-05 12:36:13    阅读次数:0
15848条   上一页 1 ... 12 13 14 15 16 ... 1585 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!