摘要: 从远程仓库克隆: git clone https://github.com/Byron4j/myBoot.git 添加另外一个远程仓库绑定,并取名为originlocal 。 git remote add originlocal http://localhost:3000/zixiao217/spr 阅读全文
posted @ 2018-10-04 19:04 IT当时语_青山师 阅读(21) 评论(0) 推荐(0)
摘要: 下载gogs版本 https://github.com/gogs/gogs/releases 选择要下载的版本 解压运行 在解压后的根目录下执行 gogs.exe web 访问gogs web 服务 http://localhost:3000/ 可以看到gogs服务启动成功 首次配置 第一次进入we 阅读全文
posted @ 2018-10-04 18:36 IT当时语_青山师 阅读(15) 评论(0) 推荐(0)
摘要: 创建一个本地仓库 git init 创建一个文件,并添加到暂存区 git add README.md 提交更新到本地仓库 git commit -m "first commit" 将本地仓库关联远程仓库 git remote add origin http://localhost:3000/zixi 阅读全文
posted @ 2018-10-04 18:30 IT当时语_青山师 阅读(7) 评论(0) 推荐(0)
摘要: Caused by: org.eclipse.aether.transfer.ArtifactNotFoundException: Failure to find net.sf.json-lib:json-lib:jar:1.5:2.4 in http://uk.maven.org/maven2/ 阅读全文
posted @ 2018-10-04 16:37 IT当时语_青山师 阅读(16) 评论(0) 推荐(0)