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
Hello there, thanks a lot for your great effort.
I am trying to clone the repo and get an error while cloning recursively
My command is git clone --recursive https://github.com/tomvita/EdiZon-SE/ and the errors are:
git clone --recursive https://github.com/tomvita/EdiZon-SE/
# clone https://github.com/tomvita/EdiZon-SE/ Cloning into 'EdiZon-SE'... remote: Enumerating objects: 6609, done. remote: Counting objects: 100% (765/765), done. remote: Compressing objects: 100% (170/170), done. remote: Total 6609 (delta 572), reused 749 (delta 565), pack-reused 5844 (from 1) Receiving objects: 100% (6609/6609), 25.49 MiB | 16.41 MiB/s, done. Resolving deltas: 100% (4725/4725), done. Updating files: 100% (361/361), done. Submodule 'libs/libnx' ([email protected]:switchbrew/libnx.git) registered for path 'libs/libnx' Cloning into '/home/Impeeza/EdiZon-SE/libs/libnx'... The authenticity of host 'github.com (140.82.113.3)' 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])?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello there, thanks a lot for your great effort.
I am trying to clone the repo and get an error while cloning recursively
My command is
git clone --recursive https://github.com/tomvita/EdiZon-SE/
and the errors are:The text was updated successfully, but these errors were encountered: