Skip to content

Instantly share code, notes, and snippets.

@ffrank
Created January 26, 2020 22:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ffrank/e3a66133d2f6a1c124bf52f38e6db1a7 to your computer and use it in GitHub Desktop.
Save ffrank/e3a66133d2f6a1c124bf52f38e6db1a7 to your computer and use it in GitHub Desktop.
demo@dev-app01-ffrank:/tmp/mgmt$ git clone --recursive https://github.com/purpleidea/mgmt
Cloning into 'mgmt'...
remote: Enumerating objects: 624, done.
remote: Counting objects: 100% (624/624), done.
remote: Compressing objects: 100% (464/464), done.
remote: Total 11259 (delta 288), reused 279 (delta 138), pack-reused 10635
Receiving objects: 100% (11259/11259), 4.91 MiB | 4.50 MiB/s, done.
Resolving deltas: 100% (7581/7581), done.
Checking connectivity... done.
Submodule 'vendor/github.com/purpleidea/distribution' (https://github.com/purpleidea/distribution) registered for path 'vendor/github.com/docker/distribution'
Submodule 'vendor/github.com/purpleidea/docker' (https://github.com/purpleidea/docker) registered for path 'vendor/github.com/docker/docker'
Submodule 'vendor/github.com/purpleidea/go-connections' (https://github.com/docker/go-connections) registered for path 'vendor/github.com/docker/go-connections'
Submodule 'vendor/github.com/grpc-ecosystem/go-grpc-prometheus' (https://github.com/grpc-ecosystem/go-grpc-prometheus) registered for path 'vendor/github.com/grpc-ecosystem/go-grpc-prometheus'
Submodule 'vendor/github.com/grpc-ecosystem/grpc-gateway' (https://github.com/grpc-ecosystem/grpc-gateway) registered for path 'vendor/github.com/grpc-ecosystem/grpc-gateway'
Submodule 'vendor/github.com/ugorji/go' (https://github.com/ugorji/go) registered for path 'vendor/github.com/ugorji/go'
Submodule 'vendor/github.com/coreos/etcd' (https://github.com/coreos/etcd/) registered for path 'vendor/go.etcd.io/etcd'
Submodule 'vendor/google.golang.org/grpc' (https://github.com/grpc/grpc-go) registered for path 'vendor/google.golang.org/grpc'
Submodule 'vendor/gopkg.in/fsnotify.v1' (https://gopkg.in/fsnotify.v1) registered for path 'vendor/gopkg.in/fsnotify.v1'
Submodule 'vendor/honnef.co/go/augeas' (https://github.com/dominikh/go-augeas/) registered for path 'vendor/honnef.co/go/augeas'
Cloning into 'vendor/github.com/docker/distribution'...
remote: Enumerating objects: 1, done.
remote: Counting objects: 100% (1/1), done.
remote: Total 19756 (delta 0), reused 0 (delta 0), pack-reused 19755
Receiving objects: 100% (19756/19756), 12.77 MiB | 10.05 MiB/s, done.
Resolving deltas: 100% (10679/10679), done.
Checking connectivity... done.
Submodule path 'vendor/github.com/docker/distribution': checked out '05e9759077b787f60951a2ea12136d6f4933296e'
Cloning into 'vendor/github.com/docker/docker'...
remote: Enumerating objects: 249678, done.
remote: Total 249678 (delta 0), reused 0 (delta 0), pack-reused 249678
Receiving objects: 100% (249678/249678), 132.69 MiB | 14.52 MiB/s, done.
Resolving deltas: 100% (168398/168398), done.
Checking connectivity... done.
Submodule path 'vendor/github.com/docker/docker': checked out '445197336ebfc341fe1c922410324422b5722328'
Cloning into 'vendor/github.com/docker/go-connections'...
remote: Enumerating objects: 18, done.
remote: Counting objects: 100% (18/18), done.
remote: Compressing objects: 100% (16/16), done.
remote: Total 8759 (delta 5), reused 11 (delta 2), pack-reused 8741
Receiving objects: 100% (8759/8759), 2.05 MiB | 0 bytes/s, done.
Resolving deltas: 100% (363/363), done.
Checking connectivity... done.
Submodule path 'vendor/github.com/docker/go-connections': checked out '97c2040d34dfae1d1b1275fa3a78dbdd2f41cf7e'
Cloning into 'vendor/github.com/grpc-ecosystem/go-grpc-prometheus'...
remote: Enumerating objects: 13, done.
remote: Counting objects: 100% (13/13), done.
remote: Compressing objects: 100% (11/11), done.
remote: Total 460 (delta 1), reused 8 (delta 1), pack-reused 447
Receiving objects: 100% (460/460), 132.46 KiB | 0 bytes/s, done.
Resolving deltas: 100% (220/220), done.
Checking connectivity... done.
Submodule path 'vendor/github.com/grpc-ecosystem/go-grpc-prometheus': checked out 'c225b8c3b01faf2899099b768856a9e916e5087b'
Cloning into 'vendor/github.com/grpc-ecosystem/grpc-gateway'...
remote: Enumerating objects: 22, done.
remote: Counting objects: 100% (22/22), done.
remote: Compressing objects: 100% (20/20), done.
remote: Total 6576 (delta 3), reused 7 (delta 1), pack-reused 6554
Receiving objects: 100% (6576/6576), 2.79 MiB | 0 bytes/s, done.
Resolving deltas: 100% (4413/4413), done.
Checking connectivity... done.
Submodule path 'vendor/github.com/grpc-ecosystem/grpc-gateway': checked out 'ad529a448ba494a88058f9e5be0988713174ac86'
Cloning into 'vendor/github.com/ugorji/go'...
remote: Enumerating objects: 37, done.
remote: Counting objects: 100% (37/37), done.
remote: Compressing objects: 100% (28/28), done.
remote: Total 4235 (delta 15), reused 17 (delta 9), pack-reused 4198
Receiving objects: 100% (4235/4235), 4.26 MiB | 6.46 MiB/s, done.
Resolving deltas: 100% (3308/3308), done.
Checking connectivity... done.
Submodule path 'vendor/github.com/ugorji/go': checked out 'bdcc60b419d136a85cdf2e7cbcac34b3f1cd6e57'
Cloning into 'vendor/go.etcd.io/etcd'...
ERROR: Repository not found.
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
fatal: clone of 'https://github.com/coreos/etcd/' into submodule path 'vendor/go.etcd.io/etcd' failed
demo@dev-app01-ffrank:~$ git --version
git version 2.7.4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment