Password vs token in git on Defold (SOLVED)

When I setup git, and then tried to login with defold it would not let me login with oath token.

So I used the password.

Which worked.

But then I rec’d this email:

"
You recently used a password to access the repository at jbskaggs42/defold_rvm with git using JGit/unknown.

Basic authentication using a password to Git is deprecated and will soon no longer work. Visit https://github.blog/2020-12-15-token-authentication-requirements-for-git-operations/ for more information around suggested workarounds and removal dates."

Thoughts?

1 Like

This is what you’re looking for

https://docs.github.com/en/github/authenticating-to-github/creating-a-personal-access-token

2 Likes

Thank you. I had made a token but not authorized it.

2 Likes