各位老師好啊,近期想要搭建一個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 add .
git commit -a -m 'origin create'
git rem 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
錯誤提示是
fatal: unable to access 'http://127.0.0.1/git/test/': unable to access 'http://127.0.0.1/git/test/': The requested URL returned error: 403
🎜請教各位老師,給點指導阿。 。 🎜
建議 GOGS 我們現在使用這個還不錯,安裝很方便。只需要運行一個腳本,什麼都不用管了。其他的都是在頁面依照form 表單一個一個的填寫就行。
你加入伺服器位址是不是少寫就一個斜槓