環境: ubuntu,git工具已經安裝
1> 在本地(ip:172.168.1.2)建立乙個空資料夾
$pwd
/build2/yao/
$mkdir git_test
$cd git_test
$git init
$echo "hello world" > readme
$git add readme
$git commit "git server test"
$mkdir git_clone_test
$cd git_clone_test
$git clone
問題:1) 很多人都提到 gitosis,但是這個工具的用處是什麼.很多人都是直接寫或者轉,但是沒有詳細的介紹。給像我這樣的初學者很大的困惑。
2)有什麼辦法確定已經安裝了gitosis.
伺服器搭建
問題一 com無法訪問到伺服器 問題二 將 com 301重定向到 www.com 解決方案 在httpd.conf檔案中 追加 如下內容 options followsymlinks rewriteengine on rewritecond com rewriterule l,r 301 2 禁止...
搭建伺服器
零基礎搭建伺服器 我用的是ubuntu,所有 sudo apt get install apache2 配置php的時候已經配好了,這裡就不重複配置了 安裝apxs 安裝過php,所以這個也忽略掉 sudo apt get install apache2 dev apxs是乙個為apache超文字傳...
伺服器搭建
1 系統centos yun update 公升級安裝包 2 通過yum install mysql mysql service 安裝mysql 更新 mysql service 安裝方法 wget rpm ivh mysql community release el7 5.noarch.rpm y...