iT邦幫忙

0

CentOS 7 安装 phpIPAM 报错

  • 分享至 

  • xImage

https://phpipam.net/phpipam-installation-on-centos-7/

按照官方文档操作,前面都很正常,但从 GitHub 上下载好文件后,运行 git checkout 报错:
https://ithelp.ithome.com.tw/upload/images/20191016/20099494CfrB8RYNt3.png
根据错误提示,好像是目录不对,但我看了,目录是和文档上面一致的。

请问,这个应该怎么解决?

Update:
在 git 后面添加了空格 . 之后,还是有问题:
You are in 'detached HEAD' state. You can look around, make ......
https://ithelp.ithome.com.tw/upload/images/20191016/20099494KlIzx1XfQ9.png

看更多先前的討論...收起先前的討論...
執行git checkout目錄錯誤,因為html 底下沒有.git, 應該到phpipam目錄執行
試試
cd phpipam/ ; git checkout 1.4
as900 iT邦研究生 4 級 ‧ 2019-10-16 11:04:47 檢舉
切换到 phpipam 运行,提示 You are in 'detached HEAD' state. You can look around, make ......
/var/www/html 底下有其他重要資料嗎,沒有的話建議你把該目錄內容清掉,
然後重新操作一遍
cd /var/www/html
git clone https://github.com/phpipam/phpipam.git .
https://github.com/phpipam/phpipam.git 跟後面. 中間需要空格
我推估一開始你執行
git clone https://github.com/phpipam/phpipam.git
由於少加了 . 所以變成把phpipam這目錄 git clone 到 /var/www/html 底下
然後你在按照樓下大大說的後面在執行一次時
git clone https://github.com/phpipam/phpipam.git.
git clone https://github.com/phpipam/phpipam.git跟. 中間少了空格
所以報錯,因為沒有phpipam/phpipam.git. 這個repo
as900 iT邦研究生 4 級 ‧ 2019-10-16 15:25:18 檢舉
我重新试了一遍,还是提示 You are in 'detached HEAD' state. You can look around, make ......,具体截图我已经在原帖里面 update 了。
如果你不是要開發,你可以忽略checkout 1.4 這動作
節錄官網:
which is our document root. To use development version leave out the "git checkout 1.4" command
as900 iT邦研究生 4 級 ‧ 2019-10-17 12:53:49 檢舉
我的理解是,如果要使用开发版,才忽略这个 git checkout 1.4 命令
圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

1 個回答

1
IT緣來爐主
iT邦新手 2 級 ‧ 2019-10-16 09:14:53

git clone https://github.com/phpipam/phpipam.git .
這行最後面還有一個"."你沒輸入到

as900 iT邦研究生 4 級 ‧ 2019-10-16 09:54:37 檢舉

添加了,提示目录不能找到
https://ithelp.ithome.com.tw/upload/images/20191016/20099494itInYo2StL.png

我要發表回答

立即登入回答