Git command failed to execute when create new jupyter with git on

It happen on demo instance
https://a46df480-aa4b-11ea-a29d-291324b872b4.aws.hopsworks.ai/

I inspect Chrome network, here is the api error

URL https://a46df480-aa4b-11ea-a29d-291324b872b4.aws.hopsworks.ai/hopsworks-api/api/project/405/jupyter/start

Response 400 bad request

{"type":"restApiJsonResponse","errorCode":100046,"errorMsg":"Git command failed to execute","usrMsg":"Code: null Message: Unhandled error"}

I think the instance is running version 1.3 because Documentation button lead to version 1.3

My personal secret is github " Personal access tokens" with full permission (tick all)

Hi @thaithien

Have you installed any extra Python libraries in your environment?
Can you try launching JupyterLab without Git?

I tried on the same demo instance from a new Project and it was working for me.
When you select the API key to use from the dropdown menu, the branch textboxes should be automatically filled with your repo’s default branch. Does that happen?

Kind regards,
Antonios

Without git setting launch just fine.
I do not add any extra libraries in setting.

Could you invite me (antonios@logicalclocks.com) to your Project so I can try reproducing it?