Re: smart monitoring tools for NVME interface SSD's
Christian Franke <[email protected]>
| Newsgroups | gmane.linux.utilities.smartmontools |
|---|---|
| Message-ID | <[email protected]> |
Sadasivan Shaiju (shshaiju) wrote: > > This git repo provides some NVMe tools for Linux: > > http://git.infradead.org/users/kbusch/nvme-user.git > > I can't clone the repo . > > [root@shaiju nvme_test]# git clone http://git.infradead.org/users/kbusch/nvme-user.git > Initialized empty Git repository in /home/shshaiju/shaiju_work/backup_codes/nvme_test/nvme-user/.git/ > fatal: http://git.infradead.org/users/kbusch/nvme-user.git/info/refs not found: did you run git update-server-info on the server? Of course this fails. The http: URL refers to a web interface of this git repo. You need to use the git: URL mentioned there. ------------------------------------------------------------------------------