发布时间:2014-05-07 10:20:24
在用git clone了remote端(服务器)的git仓库后,再进行了自己一系列修改后,会将自己测试后稳定的状态push到remote端,以更新源仓库,使 其他人在pull的时候得到自己的修改。但是在git push的时候会经常出现如下的错误提示。 remote: error: refusing to update checked out branch: refs/head.........【阅读全文】
发布时间:2014-04-22 16:23:59
以现在安装maven-surefire-plugin2.6为例1、到http://mvnrepository.com搜索要下载的jar包以及对应的版本2、下载到/mvn ,wget http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.6/maven-surefire-plugin-2.6.jar3、安装3.1 首先看到下载页面关于此jar包groupId,artifactId.........【阅读全文】
发布时间:2014-04-21 11:02:52
#useradd -u 0 -o -g 0 username使用 -o参数可以允许建立相同id的用户。passwd username添加密码......【阅读全文】