Authentication error when cloning git repo from team server

2
Hi, is there a way to clone a git repository from team server directly (without Studio Pro)? I always get an error when trying to authenticate with my Mendix account. fatal: Authentication faild for 'https://git.api.mendix.com/f8cbe296-35a...a7.git/’ Has someone managed to clone from team server? Thomas, Thomas 
asked
1 answers
3

Hi Thomas,

 

First create a personal access token on warden.mendix.com

When git asks for your credentials, use your mendix account email as username and your personal access token as password and it should work!

 

PS: make sure to select the right access scopes under Model Repository

answered