git
mathematican
学习使我快乐,学习时我快乐
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
ubuntu系统里克隆github代码到本地,提示fatal: unable to connect to github.com的解决方案
注意,上述配置完成后,使用https:xxxxxx来进行代码克隆。原创 2024-04-05 12:29:40 · 1198 阅读 · 0 评论 -
如何推送文件到GitHub
本地创建、修改文档后推送至GitHub仓库的原理与步骤 参考blog 主要原理: workdir->add->index->commit->head 主要步骤 添加文件到暂存区 git add <file_name> 提交文档到head,并加上改动备注信息 git commit -m 'your comment on modification 提交到远端仓库 git push origin set_your_remote_branch_name ...原创 2021-08-12 19:21:51 · 202 阅读 · 0 评论
分享