2016年9月26日

dockerhub unauthorized: authentication required

摘要: 上传image时出现错误信息: dockerhub unauthorized: authentication required docker login hub.docker.com 不可以, 需要使用https模式登录: docker login https://hub.docker.com或者直 阅读全文

posted @ 2016-09-26 18:50 傻子才悲伤 阅读(11796) 评论(0) 推荐(0) 编辑

Git linux下保存密码方法

摘要: vi ~/.git-credentials 输入以下内容: https://{username}:{password}@github.com 执行命令 git config --global credential.helper store vi ~/.gitconfig,末尾添加了一项: [cred 阅读全文

posted @ 2016-09-26 18:31 傻子才悲伤 阅读(430) 评论(0) 推荐(0) 编辑

CentOS7 maven Unsupported major.minor version 52.0

摘要: pom.xml含有以下: <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>exec-maven-plugin</artifactId> <version>1.1</version> <executions> <execution> 阅读全文

posted @ 2016-09-26 11:19 傻子才悲伤 阅读(883) 评论(0) 推荐(0) 编辑

导航