TelegramMessenger / Telegram-iOS

Telegram-iOS
5.93k stars 1.58k forks source link

Checkout with `--recursive` fails when forking the repository #1322

Closed bclark8923 closed 8 months ago

bclark8923 commented 8 months ago

Checklist

Description

When forking the repo, rlottie and tgcalls failed to update due to using ../ to reference the TelegramMessenger github account

Expected Behavior

git checkout --recursive should have worked on my fork

Actual Behavior

repos rlottie and tgcalls could not be found

Next Steps

Fix included in PR linked in comment below

bclark8923 commented 8 months ago

Submitted a PR to fix this issue https://github.com/TelegramMessenger/Telegram-iOS/pull/1321

ali-fareed commented 8 months ago

The team uses a number of private repositories that follow the structure of the public account. A better solution might be to use the git URL rewrite feature.