[INSTALL-2] Quick Start uses SSH clone and includes a redundant submodule command
Open
Documentation
p1
- Dominant language
- Python
- Stars
- 2k
- Forks
- 561
- Avg merge
- 4d 5h
- Merged PRs (30d)
- 145
Description
## Problem
The Quick Start `git clone` command uses an SSH URL, which fails for users without SSH keys configured. Additionally, the `git submodule update` command that follows is redundant because the preceding `git clone --recursive` already fetches submodules.
## Suggested fix
- Replace the SSH clone URL with the HTTPS path (`https://github.com/NVIDIA-NeMo/RL.git`).
- Remove or comment out the `git submodule update` command.
Contributor guide
Assessment
This issue has not been assessed yet.