36.开源项目--git搭建本地Git服务器

架设自己的git服务器

36.开源项目--git搭建本地Git服务器

访问权限

36.开源项目--git搭建本地Git服务器

创建服务器端的git
步骤一:把远程仓库下载

git clone [email protected]:/home/chensiyu/Desktop/hello.git
步骤二:修改文件
步骤三:推送到服务器
git push origin master:master

36.开源项目--git搭建本地Git服务器

36.开源项目--git搭建本地Git服务器
步骤四:安装

apt-get install lighttpd

步骤五:运行

git instaweb

步骤六 :gitk可以查看版本

备注:完整的版本库## 标题 ##

相关文章:

  • 2021-08-23
  • 2022-02-07
  • 2021-06-03
  • 2021-07-02
  • 2021-06-18
  • 2022-01-16
  • 2021-09-04
猜你喜欢
  • 2021-11-19
  • 2021-05-27
  • 2021-11-30
  • 2021-11-19
  • 2021-11-30
相关资源
相似解决方案