FORUM CTRLX AUTOMATION
ctrlX World Partner Apps for ctrlX AUTOMATION
Dear Community User! We have started the migration process.
This community is now in READ ONLY mode.
Read more: Important
information on the platform change.
09-04-2023 10:27 AM
Hello,
Has anyone tried to use GitHub (Codesys Git) with ctrlX PLC Engineering?
I tried local repository and it is working correctly.
Then I wanted to try the remote GitHub repository. I made a new repository on my GitHub account then add it to the ctrlX PLC Engineering
then logged in with my credentials. After that I wanted to push my current project to the remote repository.
Anybody knows what could be the problem and how get it be solved?
Thanks for any answers!
Best regards, Filip
Solved! Go to Solution.
09-05-2023 10:42 AM
Hello,
we will check this.
kind regards
09-05-2023 01:40 PM
Hello Filip.
GitHub no longer allows Git operations to be performed with the password of the GitHub user account!
Instead of the password, a PAT (Personal Access Token) must be used.
(see https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/managing-your-persona...).
This is also true on the Git command line.
So it is not a ctrlX PLC Engineering or CODESYS Git specific issue.
Best regards,
CDSAddons