Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Git clone error #2

Open
csuka opened this issue Sep 26, 2018 · 0 comments
Open

Git clone error #2

csuka opened this issue Sep 26, 2018 · 0 comments

Comments

@csuka
Copy link

csuka commented Sep 26, 2018

➜  ~ 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.

Perhaps place this whole installation in a docker container...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant