[git pull] 403 - Permission denied

When setting up versions with https, after some days I loose permission to access my repository. I haven’t found another way but to set it up again and again…

Is there another solution? My guess is that the calponia-token changes after some time.

remote: {"error":{"status":403,"code":"PERMISSION_DENIED","title":"Permission to execute this request was denied","detail":"The authorized user does not have the permission to execute this request."}}
fatal: unable to access 'https://git.calponia-latest.de/e17d3acb...e76993--documentation.git/': The requested URL returned error: 500

changes after some time.

That’s right. You can remove the remote git remote rm <name> and add a new one git remote add .., so you don’t have to do the complete setup. The name is visible when using git remote -v

Use git via ssh for a better experience.

1 Like