# win10_git_server **Repository Path**: danieljx/win10_git_server ## Basic Information - **Project Name**: win10_git_server - **Description**: win10上用默认OpenSSH部署git server - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 9 - **Created**: 2024-01-22 - **Last Updated**: 2024-01-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 首先安装OpenSSH服务器 ![Image text](./img/1.png) # 添加公钥到authorized_keys ![Image text](img/2.png) # 修改服务器config ![Image text](img/3.png) # 注释两行 ![Image text](img/4.png) # 进入你安装的git客户端目录,找到bash目录 ![Image text](img/7.png) # 修改注册表,修改openssh默认shell ![Image text](img/6.png) # 启动ssh服务 ![Image text](img/5.png) # 初始化一个git项目作为服务器端的项目 ![Image text](img/8.png) # 修改config ![Image text](img/9.png) # 客户端clone ![Image text](img/12451234123.png) ![Image text](img/10.png)