git push on github does not work
Confluence User - 07 Jul, 2023
I am working with version 8 community version on docker. I have several topics.
- it seems, /home/tomcat does not exist in the docker image - so jgit cannot create configuration files ( i fixed this by adding the directory with correct permissions in the container)
- Push to remote github directory does not work:
- log says:
org.eclipse.jgit.api.errors.TransportException: https://github.com/Mbaza-Product/workflow.mbaza-mvp.git: not authorized
- pull from the same works:
INFO 07 Jul 2023 08:25:27 org.joget.apps.app.service.AppDevUtil - Pull from Git remote repo: https://github.com/Mbaza-Product/workflow.mbaza-mvp.git
- Github does not use 2 factor authentication
- i can push to the same repo with user:password via vscode
- log says:
git