skillshare v0.20.20 Release Notes
TL;DR
- Self-managed GitLab installs handle deeper project paths - generic HTTPS installs can now find repositories nested beyond the usual owner/repo path shape.
Bug fix: self-managed GitLab URLs with deep project paths install correctly
Generic HTTPS installs now retry deeper repository boundaries when the first two path segments are not a Git repository. This helps self-managed GitLab instances that host projects under nested groups:
skillshare install https://domain.com/dir1/dir2/dir3/dir4The retry only applies when the attempted path is clearly not a Git repository. Authentication, SSL, branch, and network failures still stop directly instead of being retried as unrelated paths.