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

update GGML submodule url #10

Merged
merged 1 commit into from
Aug 24, 2024

Conversation

danemadsen
Copy link
Contributor

The submodule url you have set is throwing the error below when cloning / updating submodules

git submodule update --init --recursive
Submodule 'benchmark' (https://github.com/google/benchmark.git) registered for path 'benchmark'
Submodule 'ggml' ([email protected]:maxilevi/ggml.git) registered for path 'ggml'
Submodule 'highway' (https://github.com/google/highway.git) registered for path 'highway'
Submodule 'ios-cmake' (https://github.com/leetal/ios-cmake.git) registered for path 'ios-cmake'
Cloning into '/Users/danemadsen/vits.cpp/benchmark'...
Cloning into '/Users/danemadsen/vits.cpp/ggml'...
The authenticity of host 'github.com (4.237.22.38)' can't be established.
ED25519 key fingerprint is SHA256:+DiY3wvvV6TuJJhbpZisF/zLDA0zPMSvHdkr4UvCOqU.
This key is not known by any other names.
Are you sure you want to continue connecting (yes/no/[fingerprint])? y
Please type 'yes', 'no' or the fingerprint: yes
Warning: Permanently added 'github.com' (ED25519) to the list of known hosts.
[email protected]: 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 '[email protected]:maxilevi/ggml.git' into submodule path '/Users/danemadsen/vits.cpp/ggml' failed
Failed to clone 'ggml'. Retry scheduled
Cloning into '/Users/danemadsen/vits.cpp/highway'...
Cloning into '/Users/danemadsen/vits.cpp/ios-cmake'...
Cloning into '/Users/danemadsen/vits.cpp/ggml'...
[email protected]: 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 '[email protected]:maxilevi/ggml.git' into submodule path '/Users/danemadsen/vits.cpp/ggml' failed
Failed to clone 'ggml' a second time, aborting

@maxilevi
Copy link
Owner

Thanks!

@maxilevi maxilevi merged commit 7d457f9 into maxilevi:main Aug 24, 2024
1 check passed
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

Successfully merging this pull request may close these issues.

2 participants