-
Notifications
You must be signed in to change notification settings - Fork 164
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
Issue Downloading Libraries #3
Comments
I found similar problem and it appears to be a bug in git. If you update to newer version, I think this problem goes away. Rob On Wed, Feb 20, 2013 at 02:56:01AM -0800, Simon Vass wrote:
Rob Lister |
Thanks that worked. |
Mxgraph integration
Following the instructions I get to the libraries downloading and see the following error.
root@stats:/usr/local/ixp# ./bin/library-init.sh
Smarty exists - skipping!
Bootstrap-Zend-Framework exists - skipping!
Minify exists - skipping!
Bootbox exists - skipping!
Throbber.js exists - skipping!
Zend exists - skipping!
Cloning into ./bin/../library/OSS-Framework.git...
remote: Counting objects: 1396, done.
remote: Compressing objects: 100% (542/542), done.
remote: Total 1396 (delta 1053), reused 1160 (delta 819)
Receiving objects: 100% (1396/1396), 9.84 MiB | 52 KiB/s, done.
Resolving deltas: 100% (1053/1053), done.
error: refs/remotes/origin/master does not point to a valid object!
error: Trying to write ref refs/heads/master with nonexistant object a7c1302db3bd51f77ecd0394a4e1bccdc6987b41
fatal: Cannot update the ref 'HEAD'.
root@stats:/usr/local/ixp#
I am doing this on Debian 6.
I only cloned the repo instead of forking? Could this be the cause?
The text was updated successfully, but these errors were encountered: