The most common reason for this is that you’ve cloned a git repository after starting a recording.
Do not nest git repositories:
/my-working-dir/.git /my-working-dir/my-cloned-dir/.git
Do not clone directories under the Paircast working directory. The Paircast git service will not detect changes within my-cloned-dir.
Avoiding nested repositories:
- Configure the client to branch off a git repository ahead of time.
- Delete the nested .git directory
- Download a static copy of the codebase as a zip