注册了个新的github账号后, git push 时出现如下报错: ERROR: Permission to u-zyk/lodash.git denied to i-zyk. fatal: Could not read from remote repository. Please make su ...
分类:
其他好文 时间:
2020-03-09 15:08:51
阅读次数:
68
国内最好的maven repository第一步:修改maven根目录下的conf文件夹中的setting.xml文件,内容如下: <mirrors> <mirror> <id>alimaven</id> <name>aliyun maven</name> <url>http://maven.ali ...
分类:
其他好文 时间:
2020-03-09 09:12:01
阅读次数:
63
MVC+EF 理解和实现仓储模式和工作单元模式 原文:Understanding Repository and Unit of Work Pattern and Implementing Generic Repository in ASP.NET MVC using Entity Framework ...
分类:
Web程序 时间:
2020-03-05 20:50:16
阅读次数:
95
Command line instructions Git global setup git config --global user.name "Your Name" git config --global user.email ""you@example.com"" Create a new r ...
分类:
其他好文 时间:
2020-03-05 17:56:13
阅读次数:
63
1.登陆github后,进入Github首页,点击New repository新建一个项目 2. 填写相应信息后点击create repository即可 Repository name: 仓库名称(输入名字,最好不要使用中文) Description(可选): 仓库描述介绍 Public, Pri ...
分类:
Web程序 时间:
2020-03-05 15:34:16
阅读次数:
81
git常用操作 初始化本地仓库 初始化一个本地仓库repository,此时会生成一个 .git文件(一定不能删除,删除掉就不能继续执行git命令了) git init 提交到暂存区 在本地(工作区)编写完成代码后,提交到暂存区 git add xxx //个文件或者文件夹提交到暂存区?git ad ...
分类:
其他好文 时间:
2020-03-04 09:39:46
阅读次数:
69
在CentOS 6.3 x86_64下安装php-mcrypt的时候出现了问题:Error: Cannot retrieve metalink for repository: epel. Please verify its path and try again,需要安装epel源。 解决方法: 一句 ...
分类:
Web程序 时间:
2020-03-03 22:45:16
阅读次数:
107
一. 安装Docker 1.更新yum yum update 2.设置yum源为阿里云 [root@VM_0_7_centos ~]# yum-config-manager --add-repo http://mirrors.aliyun.com/docker-ce/linux/centos/doc ...
分类:
Web程序 时间:
2020-03-03 12:56:58
阅读次数:
84
Started by user test java.lang.NoSuchMethodError: org.eclipse.jgit.lib.Repository.getRef(Ljava/lang/String;)Lorg/eclipse/jgit/lib/Ref; at jenkins.plug ...
分类:
编程语言 时间:
2020-03-02 12:53:02
阅读次数:
279
在CentOS 6安装epel后出问题,报错:Error: Cannot retrieve metalink for repository: epel. Please verify its path and try again,需要安装epel源。 解决方法: 一句话:把/etc/yum.repos ...
分类:
Web程序 时间:
2020-03-01 14:29:58
阅读次数:
80