桂哥网络与大家分享了如何在VMware centOS 8上构建基于http协议的Git服务。希望你看完这篇文章有所收获。大家一起讨论一下。
选择允许连接,并按如下所示进行设置
名称设置随意单击出站规则-创建新规则的后续步骤与上述入站规则设置一致
(2)关闭SELinux
打开selinux配置文件
Vi/etc/SELinux/config修改为SELINUX=disabled。重新启动centOS以永久关闭selinux
注意:
1.SELinux有三种状态,即强制、许可和禁用。2.检查当前状态命令:getenforcing。3.临时关闭命令:setenforce。4.暂时打开:setenforce。1(永久关闭后不可打开)
(3)更改虚拟网络编辑器点击VMware菜单栏编辑-虚拟网络编辑器-更改设置点击VMnet8 NAT模式-NAT设置-添加进行设置如图(虚拟机的IP地址由ifconfig查询,描述任意)
yum安装httpd
(2)启动httpd服务
systemctl启动httpd.service
(3)修改防火墙d配置文件,重启防火墙d。
防火墙-cmd-zone=public-add-port=80/TCP-permanent systemctlrestardfirewalled . service如果太麻烦可以直接关闭防火墙
注意:
1.检查防火墙状态:systemctl状态firewalld 2。暂时关闭防火墙:systemctl停止firewalld 3。永久关闭防火墙:systemctl禁用firewalld 4。重新启动防火墙:systemctl启用防火墙(此命令可以永久打开防火墙)
mkdir-p/home/git repo/share . git//空仓可以在任意目录下设置CD/home/git repo/share . git init-Barechown-Apache : Apache/home/git repo(2)创建账户并设置权限
htpasswd-m-c/etc/httpd/conf . d/git-team . htpasswdxxx//XXX是帐户名。chown Apache 3360 Apache/etc/httpd/conf . d/git-team . htpasswdchmod 640/etc/httpd/conf . d/git-可任意设置
vi /etc/httpd/conf/httpd.conf
添加以下内容,包括选项conf.d/*。conf在最后一行
VirtualHost*:80
服务器名称的IP地址。X.X.X#centOS
SetEnvGIT_HTTP_EXPORT_ALL
setenv git _ project _ root/home/git repo #这应该与创建空仓库的位置一致
script alias/git//usr/libexec/git-core/git-http-后端/
位置/
AuthTypeBasic
AuthName'Git '
AuthUserFile/etc/httpd/conf . d/git-team . htpasswd
要求有效用户
/位置
/VirtualHost (2)重新启动httpd
systemctl重新启动httpd.service
注意:
1.查询httpd服务状态:systemctl status httpd.service 2。查询是不是启动httpd服务:system ctlis-enabled httpd . service 3。将httpd服务设置为启动状态:systemctlenable httpd.service. 4。将httpd服务设置为启动和非启动状态:systemctl禁用httpd.service
完成上述操作后,可以在外部网络上执行git操作,如克隆
git克隆http://windows /git/share.git的IP地址
看了这篇文章,相信你对如何在VMware centOS 8上构建基于http协议的Git服务有一定的了解。如果你想了解更多的相关知识,请关注桂哥网络。谢谢你的阅读!
TikTok千粉号购买平台:https://tiktokusername.com/
TOP