Open csuka opened 6 years ago
➜ ~ git clone --recursive https://github.com/vdukhovni/danecheck Cloning into 'danecheck'... remote: Enumerating objects: 188, done. remote: Total 188 (delta 0), reused 0 (delta 0), pack-reused 188 Receiving objects: 100% (188/188), 55.57 KiB | 280.00 KiB/s, done. Resolving deltas: 100% (97/97), done. Submodule 'pkgs/dns' (https://github.com/kazu-yamamoto/dns.git) registered for path 'pkgs/dns' Submodule 'pkgs/idna-hs' (https://github.com/vdukhovni/idna-hs.git) registered for path 'pkgs/idna-hs' Submodule 'pkgs/optparse-applicative' (https://github.com/pcapriotti/optparse-applicative.git) registered for path 'pkgs/optparse-applicative' Cloning into '/sne/home/kcsuka/danecheck/pkgs/dns'... remote: Counting objects: 2678, done. remote: Total 2678 (delta 0), reused 0 (delta 0), pack-reused 2678 Receiving objects: 100% (2678/2678), 502.20 KiB | 1.37 MiB/s, done. Resolving deltas: 100% (1532/1532), done. Cloning into '/sne/home/kcsuka/danecheck/pkgs/idna-hs'... remote: Enumerating objects: 43, done. remote: Total 43 (delta 0), reused 0 (delta 0), pack-reused 43 Cloning into '/sne/home/kcsuka/danecheck/pkgs/optparse-applicative'... remote: Enumerating objects: 17, done. remote: Counting objects: 100% (17/17), done. remote: Compressing objects: 100% (15/15), done. remote: Total 3437 (delta 4), reused 8 (delta 2), pack-reused 3420 Receiving objects: 100% (3437/3437), 916.00 KiB | 1.98 MiB/s, done. Resolving deltas: 100% (1896/1896), done. Submodule path 'pkgs/dns': checked out 'af5367ccaa8d2200f27a5e32b03caa69497b853a' error: Server does not allow request for unadvertised object f69c0bf32d6c9144e6278d7972553203777a441a Fetched in submodule path 'pkgs/idna-hs', but it did not contain f69c0bf32d6c9144e6278d7972553203777a441a. Direct fetching of that commit failed.
Had to manually clone pkgs/idna-hs and pkgs/optparse-applicative to folder. Please fix.
pkgs/idna-hs
pkgs/optparse-applicative
Perhaps place this whole installation in a docker container...
Had to manually clone
pkgs/idna-hs
andpkgs/optparse-applicative
to folder. Please fix.Perhaps place this whole installation in a docker container...