We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
On Ubuntu 16.04, when I try git clone --recursive git://github.com/cryos/avogadro-squared.git
git clone --recursive git://github.com/cryos/avogadro-squared.git
I get the error:
Cloning into 'avogadro-squared'... remote: Counting objects: 91, done. remote: Total 91 (delta 0), reused 0 (delta 0), pack-reused 91 Receiving objects: 100% (91/91), 18.29 KiB | 0 bytes/s, done. Resolving deltas: 100% (50/50), done. Checking connectivity... done. Submodule 'avogadro' (git://github.com/cryos/avogadro.git) registered for path 'avogadro' Submodule 'avogadrovtk' (git://github.com/cryos/AvogadroVTK.git) registered for path 'avogadrovtk' Submodule 'eigen' (git://github.com/cryos/eigen.git) registered for path 'eigen' Submodule 'openbabel' (git://github.com/openbabel/openbabel.git) registered for path 'openbabel' Submodule 'openqube' (git://github.com/cryos/openqube.git) registered for path 'openqube' Cloning into 'avogadro'... remote: Counting objects: 57465, done. error: inflate: data stream error (incorrect data check) MiB/s fatal: pack has bad object at offset 57445900: inflate returned -3 fatal: index-pack failed fatal: clone of 'git://github.com/cryos/avogadro.git' into submodule path 'avogadro' failed
I would appreciate any help in fixing this problem.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
On Ubuntu 16.04, when I try
git clone --recursive git://github.com/cryos/avogadro-squared.git
I get the error:
I would appreciate any help in fixing this problem.
The text was updated successfully, but these errors were encountered: