Github Authentication Not supported

Hi everyone, I have a problem about git push. I connect my “public” repository from Katalon Studio. (I can’t connect my private repo also). I cloned the repo and then I tried to commit and push but it doesn’t work for me.
**Can’t connect to any URI: https://github.com/blablabla.git **
(https://github.com/blablabla.git: authentication not supported)
I am facing this error. What should I do? Also, my Two-Factor Authentication is Disable on Github

.

Hi @roselight,

To deal with 2FA, you should use SSH protocol instead of HTTPS. Please follow this guide: https://docs.katalon.com/katalon-studio/docs/git-integration.html#connecting-to-git-with-ssh-keys

1 Like

Thanks, it works for me :slight_smile: