Credentials for git.api.mendix.com

1
  I just figured out that SVN is not the only option anymore and it is now possible to create a Team Server project that is based on a Mendix provided Git. In my project’s dashboard on Mendix Developer Portal, I can see the path to repository git.api.mendix.com/somethinggibberish/myproject.git, but still I cannot access it using TortoiseGit  or from CLI because it seems I do not have the right credentials.    In summary, How can I learn my credentials for my project’s Git repository?   PS: The credentials I use for Team Server SVN does not work.    
asked
1 answers
1

use basic authentication with username = your e-mail-adres and password = a PAT, see https://docs.mendix.com/developerportal/community-tools/mendix-profile/#pat

answered