服务器端 - git服务器搭建
PHP中文网
PHP中文网 2017-05-02 09:27:32
0
2
515

各位老师好啊,近期想要搭建一个git服务器托管代码 通过http传输方式 要用到apached。由于项目比较小不需要有用户管理功能,但是参照网上的教程,对于apached做了如下的设置

当按照如下步骤操作后,git push 无法成功
git init --bare project.git
cd project.git
git init
git add .
git commit -a -m 'origin create'
git remote add origin http://127.0.0.1/git/project.git
git push origin master
chown -R apache:apache . 主要是git仓库一定要改成apache
第一次创建git server,git client提交有错误,在git server上配置如下命令
git config receive.denyCurrentBranch ignore
错误提示是
git push origin master 有以下错误
fatal: unable to access 'http://127.0.0.1/git/test/': The requested URL returned error: 403

请教各位老师,给点指导阿。。

PHP中文网
PHP中文网

认证高级PHP讲师

répondre à tous(2)
过去多啦不再A梦

Recommander GOGS Nous l'utilisons maintenant et c'est plutôt bien. Il est très facile à installer. Exécutez simplement un script et oubliez tout le reste. Tout le reste doit simplement être rempli un par un selon le formulaire sur la page.

左手右手慢动作

Lorsque vous ajoutez l'adresse du serveur, devez-vous écrire moins d'une barre oblique

Derniers téléchargements
Plus>
effets Web
Code source du site Web
Matériel du site Web
Modèle frontal
À propos de nous Clause de non-responsabilité Sitemap
Site Web PHP chinois:Formation PHP en ligne sur le bien-être public,Aidez les apprenants PHP à grandir rapidement!