When trying to connect to a Github repository in the Git remotes windows of Codesys, the user can be the account username or the account email, while the password is the Github token.
(I know this is an old topic, but I lost some time figuring it out from the guides.)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
I am trying to push my Codesys project to a remote branch, however whenever im promted to type in my credentials im always told:
"The provided credentials seem incorrect."
The credentials work fine when i try to push to the remote through my command window, and switching remote doesnt work either.
I am probably missing something in Codesys, as its only there i've got this problem. Have you got any solutions?
Thank you.
If you use GibHub, then make sure you have a token, because this is needed for apps to get access:
https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token
Similar for BitBucket
https://support.atlassian.com/bitbucket-cloud/docs/app-passwords/
When trying to connect to a Github repository in the Git remotes windows of Codesys, the user can be the account username or the account email, while the password is the Github token.
(I know this is an old topic, but I lost some time figuring it out from the guides.)