
github
文章平均质量分 59
平安一生0708
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
GIT常用命令备忘
转载自:http://www.cnblogs.com/lianghe01/p/5846157.html Git配置 git config --global user.name "storm" git config --global user.email "stormzhang.dev@gmail.com" git config --global color.ui true git conf转载 2017-09-11 14:15:06 · 219 阅读 · 0 评论 -
Git------Commit和Push的区别
转载:http://wenda.so.com/q/1435946424728324?src=140 git作为支持分布式版本管理的工具,它管理的库(repository)分为本地库、远程库。 git commit操作的是本地库,git push操作的是远程库。 git commit是将本地修改过的文件提交到本地库中。 git push是将本地库中的最新信息发送给远程库。转载 2017-09-11 14:21:57 · 1426 阅读 · 0 评论 -
git push github失败,提示:SSL_connect: SSL_ERROR_SYSCALL in connection to github.com:443
转载自:https://blog.youkuaiyun.com/daerzei/article/details/79528153 问题描述 今天用IntelliJ IDEA提交完代码后,偶然之间发现没有push到Github上,再仔细一看,之前好几次的push都是失败的(呜呜,我的Contribution) 。报错都是一样的: Push failed: Failed with error: unabl...转载 2019-07-08 18:05:43 · 2259 阅读 · 0 评论