gicait / geoserver-rest

Python library for management of geospatial data in GeoServer.
https://geoserver-rest.readthedocs.io
MIT License
191 stars 77 forks source link

Can't push changes to branch #154

Closed iboates closed 1 month ago

iboates commented 1 month ago

Hi @iamtekson

I cannot seem to push changes to a branch. I am able to create it on the GitHub UI (I just did, it's called sphinx-docs. But when I try to push my changes to it, I get:

21:12:54.285: [geoserver-rest] git -c credential.helper= -c core.quotepath=false -c log.showSignature=false push --progress --porcelain origin refs/heads/sphinx-docs:refs/heads/sphinx-docs --set-upstream
remote: Permission to gicait/geoserver-rest.git denied to iboates.
fatal: unable to access 'https://github.com/gicait/geoserver-rest.git/': The requested URL returned error: 403

Am I maybe missing a permission?

iboates commented 1 month ago

Nevermind, it is because Github has disabled username/password auth for pushing