You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repo is a big repo with many submodule repos, a full clone required about 10G space, and rely on a stable network connection to github.com, if you don't have good network connection, please try other ways list in the bottom
For example, here I switched to feature/fsl branch, successful submodule update like this:
If you get status message like this, it means the submodule repo is not updated
WARNING: No longer available now: When you do submodule update, you get error message like this, please check github connection or switch to gitee mirror of nuclei linux sdk https://gitee.com/Nuclei-Software/nuclei-linux-sdk
How to do git clone clean source code
If your github access is not good, please download the full existing git repo archive from nuclei-linux-sdk-2024.09.02.tar.xz
Github访问很慢就直接下载我们提前准备好的完整仓库,不经常更新,需要自己手动fetch更新 nuclei-linux-sdk-2024.09.02.tar.xz
This repo is a big repo with many submodule repos, a full clone required about 10G space, and rely on a stable network connection to github.com, if you don't have good network connection, please try other ways list in the bottom
Basic clone source code step can be found in https://github.com/Nuclei-Software/nuclei-linux-sdk?tab=readme-ov-file#clone-repo , please read it carefully including the comment in it.
If you are switch to a new branch, remember to sync and update submodule source code, and check git status to make sure source code is clean.
For example, here I switched to
feature/fsl
branch, successful submodule update like this:If you get status message like this, it means the submodule repo is not updated
WARNING: No longer available now: When you do submodule update, you get error message like this, please check github connection or switch to gitee mirror of nuclei linux sdk https://gitee.com/Nuclei-Software/nuclei-linux-sdk
Other ways to get source code
The text was updated successfully, but these errors were encountered: