Git

git连接错误Connection refused

1. 错误:Failed to connect to github.com port 443: Connection refused 1.1. 解决方法

1.2. 参考博文 https://blog.csdn.net/qq_45435600/article/det… 阅读更多 »git连接错误Connection refused

Git深入理解-提交合并分支及回退

  • Git, Others
  • 1,388 clicked

1.git clone 把远程库克隆到本地文件夹

2.编辑本地仓库文件并提交到本地信息库(git add ./git commit)

3.将本地库提交到远程Git服务器 [crayon-641e13… 阅读更多 »Git深入理解-提交合并分支及回退

github下载慢或报错“The-remote-end-hung-up-unexpectedly”解决办法

  • Git, Others
  • 1,954 clicked

github下载慢或报错“The-remote-end-hung-up-unexpectedly”解决办法:该问题往往因为内部网络限制等因素导致。   因细节更新,欢迎访问本文源站链接:https://turbock79.cn/?p=173。 1.方法一   解决gitbub下载慢问题,可… 阅读更多 »github下载慢或报错“The-remote-end-hung-up-unexpectedly”解决办法

CentOS下Git升级

  • Git, Others
  • 1,831 clicked

1. 环境描述 2. 升级安装流程 2.1. 第一步卸载原有的git 2.2. 安装相关依赖 2.3. 安装git 3. 编译中问题解决 1. 环境描述   centos7系统默认的git安装版本是1.8,但是在项目构建中发现git版本过低,于是用源码编译的方式进行升级.同时该文章也适用于安装新的git,相信… 阅读更多 »CentOS下Git升级

Git submodule子模块的使用

  • Git, Others
  • 3,420 clicked

1. Git submodule 1.1. submodule常用命令 在项目中的.gitmodules文件中查看当前submodule设置

若希望每次clone拉取新的submodule到指定分支指定节点,需要在提交时将子模块checkout到指定指针位置,然后… 阅读更多 »Git submodule子模块的使用

GIT参考手册

  • Git, Others
  • 665 clicked

Git中文开发手册:https://www.php.cn/manual/view/34943.html 这个是git的中文使用参考手册,描述git的中高级使用命令及参数。 Git中文教程(菜鸟教程):https://www.runoob.com/git/git-tutorial.html 这个是入门级别git使用教学,简述基础功… 阅读更多 »GIT参考手册