Uploading your repo to a cloud session aborts if uncommitted credential-looking files are present.
What's wrong with this entry?
Before packaging your checkout for a cloud session, uncommitted files with credential-looking names abort the upload. Bundling also gained a cheaper tier that packages only the branch you have checked out plus the current commit, instead of every branch.
- The refusal is reported as an upload outcome of
uncommitted_credentials, orcredential_check_failedwhen git cannot report the working tree state. - The narrower bundle is reported as
current_branch_only. - The credential refusal only applies when the caller asks for it.
uncommitted_credentials
Strings lifted out of the shipped bundle, so the claim above can be checked against them.