-
Notifications
You must be signed in to change notification settings - Fork 23
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
Installation fail on updating submodule #8
Comments
I just pull and see the changed in .gitmodule file. But it is still showing the same error. |
My bad, the required repo was private. I made it public. Some Troubleshooting: If you get this error
try using this command:
If it asks for password use empty password. Some machines may give this error after entering empty password. Ignore it. You will have required files downloaded.
Any luck? |
@sivareddyg : thanks for your response. Sorry, my bad |
@hvhvhh I think you are either using
or
Instead please download the modules you require. What command did you use? WebQuestions in multiple languages is not released yet for public use. I am waiting for permission from Google. Please wait on this. |
@sivareddyg : thank you for you reply. It is a small error on my local file. Your new code is okay now and I can get fully your libs. P/s: thanks for your information of WebQuestions. 👍 |
@sivareddyg I restarted the whole installation from |
I try to build it following the installation guided.
But seems I can not update the lib submodule
Admins-MacBook-Air:UDepLambda 1001981$ git submodule update --init --recursive lib
Cloning into '/Users/allanjie/Documents/workspace/UDepLambda/lib'...
Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
fatal: clone of 'git@bitbucket.org:sivareddyg/udeplambda-lib.git' into submodule path
'/Users/allanjie/Documents/workspace/UDepLambda/lib' failed
Failed to clone 'lib'. Retry scheduled
Cloning into '/Users/allanjie/Documents/workspace/UDepLambda/lib'...
Warning: Permanently added the RSA host key for IP address '104.192.143.2' to the list of known hosts.
Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
fatal: clone of 'git@bitbucket.org:sivareddyg/udeplambda-lib.git' into submodule path
'/Users/allanjie/Documents/workspace/UDepLambda/lib' failed
Failed to clone 'lib' a second time, aborting
Admins-MacBook-Air:UDepLambda 1001981$
The text was updated successfully, but these errors were encountered: