git
unclezou
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
git 常用命令总结
git 常用命令总结欢迎使用Markdown编辑器从命令行创建一个新的仓库提交新修改的代码冲突实例与远程的链接git日常使用命令git命令理解: 欢迎使用Markdown编辑器 记录工作中常用的git命令,便于自己查找使用。 从命令行创建一个新的仓库 touch README.md git init git add README.md git commit -m "first commit" gi...原创 2019-04-25 13:30:58 · 212 阅读 · 0 评论 -
Connection reset by peer
在使用git push 的时候突然失败 : 报错信息如下: Connection reset by 52.74.223.119 fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists. 解决方法: git...原创 2019-10-01 21:48:39 · 701 阅读 · 0 评论
分享