As I try to deploy a new function to Github I get this error message:
TypeScript
Unable to clone code repository: fatal: ' ' is not a valid branch namehint: See`man git check-ref-format`hint: Disablethis message with"git config set advice.refSyntax false"
TL;DR
Error message: Cannot create cloud function due to invalid branch name when deploying to Github.
Solution: Disable the error message by running `git config set advice.refSyntax false`.