It seems that using the project name as username works. In your case replacing project_4194_bot1
with my-project
should work:
git clone "https://my-project:[email protected]/my-group/my-project.git"
EDIT: One can actually use any non-blank value as a username (see docs), as others correctly pointed out.