首页
学习
活动
专区
圈层
工具
发布
    • 综合排序
    • 最热优先
    • 最新优先
    时间不限
  • 来自专栏技术小黑屋

    Install Git Daemon on Fedora

    Git-daemon is A really simple server for git repositories.You can take a detailed understanding by reading I once often used git-daemon when I was using Ubuntu.But when I turn to Fedora and found it was not installed.And So I write this post to record How to install and enable git-daemon First Let’s intall the git Daemon : 1 sudo yum install git-daemon However git daemon is off by default.We should enable it.We should do = no user = nobody server = /usr/libexec/git-core/git-daemon

    74010发布于 2018-09-03
  • 来自专栏全栈程序员必看

    如何搭建自己的git服务器_git 创建远程仓库

    我自己的虚拟机是 centOS7 的,首先肯定要安装 git 和 git-daemon,可以使用自带的 yum 进行安装。 yum install -y git yum install -y git-daemon [root@master ~]# git --version git version 2.28.0 [root @master ~]# yum install -y git-daemon Loaded plugins: fastestmirror Determining fastest mirrors * base 虚拟机服务端 新建一个终端查看 push 记录 因为刚才那个终端还跑着 git-daemon 服务,所以先不要关掉(后来发现好像关掉了也不影响,不知道是为什么)。

    2.5K40编辑于 2022-11-09
  • 来自专栏开源部署

    使用 Tsuru 和 Docker 构建自己的 PaaS 系统

    machine in the "host" parameter# in the /etc/gandalf.conf filesudo start gandalf-server sudo start git-daemon

    63310编辑于 2022-06-30
  • 来自专栏信数据得永生

    ApacheCN 翻译活动进度公告 2019.4.7

    git-fsck 58 git-reflog 59 git-filter-branch 60 git-instaweb 61 git-archive 62 git-bundle 63 git-daemon

    1.1K00发布于 2019-04-18
  • 来自专栏ShaoYL

    GitHub 使用手册 - 基础篇

    GitHub 对 Git 版本库提供了完整的协议支持,支持 HTTP 智能协议、Git-daemon、SSH 协议。

    1.9K80发布于 2018-05-11
  • 来自专栏信数据得永生

    ApacheCN 翻译活动进度公告 2019.6.21

    git-fsck 58 git-reflog 59 git-filter-branch 60 git-instaweb 61 git-archive 62 git-bundle 63 git-daemon

    1.6K20发布于 2019-06-23
  • 来自专栏信数据得永生

    Git 中文参考(五)

    git-daemon [1] 允许从存储库匿名下载。 git-shell [1] 可以用作共享中央存储库用户的 _ 受限登录 shell_ 。 $ grep git /etc/inetd.conf git stream tcp nowait nobody \ /usr/bin/git-daemon git-daemon --inetd Run git-daemon to serve /pub/scm from xinetd. $ cat /etc/xinetd.d/git-daemon # default: off # description: The Git server offers access to Git repositories socket_type = stream wait = no user = nobody server = /usr/bin/git-daemon

    2K10编辑于 2024-06-26
  • 来自专栏信数据得永生

    布客·ApacheCN 翻译/校对/笔记整理活动进度公告 2020.1

    git-fsck 58 git-reflog 59 git-filter-branch 60 git-instaweb 61 git-archive 62 git-bundle 63 git-daemon

    1.5K40发布于 2020-01-16
  • 来自专栏信数据得永生

    ApacheCN 翻译/校对/笔记整理活动进度公告 2019.10.18

    git-fsck 58 git-reflog 59 git-filter-branch 60 git-instaweb 61 git-archive 62 git-bundle 63 git-daemon

    1.6K30发布于 2019-10-25
  • 来自专栏windliang的博客

    git原理浅析

    git-credential-store git-symbolic-ref git-verify-pack git-fmt-merge-msg git-unpack-objects git-daemon

    1.4K20编辑于 2022-08-20
  • 来自专栏前端森林

    这才是真正的Git——Git内部原理

    git-credential-store git-symbolic-ref git-verify-pack git-fmt-merge-msg git-unpack-objects git-daemon

    3.3K10发布于 2021-06-25
  • 来自专栏信数据得永生

    Git 中文参考(一)

    同步存储库 git-daemon[1] Git 存储库的一个非常简单的服务器 git-fetch-pack[1] 从另一个存储库接收丢失的对象 git-http-backend[1] 服务器端实现

    1.7K20编辑于 2024-06-26
领券