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

Cloning fails due to restricted access to jquery-handsontable #174

Closed
jasper-d opened this issue Nov 15, 2014 · 2 comments
Closed

Cloning fails due to restricted access to jquery-handsontable #174

jasper-d opened this issue Nov 15, 2014 · 2 comments

Comments

@jasper-d
Copy link
Contributor

Hi, I tried to clone the repo, but getting an error when git tries to access the jquery-handsontable sub-repository since it isn't public.

@stefankeidel
Copy link

Which client are you using to clone the repo? It works fine here with git 2.1.3:

$ git clone git@github.com:collectiveaccess/providence.git
Cloning into 'providence'...
remote: Counting objects: 58122, done.
remote: Compressing objects: 100% (6/6), done.
remote: Total 58122 (delta 0), reused 0 (delta 0)
Receiving objects: 100% (58122/58122), 77.46 MiB | 73.00 KiB/s, done.
Resolving deltas: 100% (36452/36452), done.
Checking connectivity... done.

handsonable won't be a git module in next Providence release because it was causing all kinds of problems. The repo should still be cloneable while it's present though.

@jasper-d
Copy link
Contributor Author

Well, that's embarrassing :/
I was using msysgit 1.8.3, updated to 1.9.4 and it's working like a charm.

Thanks for the pointer.

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

2 participants