Open twmr opened 4 years ago
The google gerrit server (gerrit.googlesource.com) requires authentification using cookies, which is currently not supported by gerrit.el. Unfortunately the underlying url.el AFAIK does not have support for this, but curl does:
url.el
curl
curl --cookie ~/.gitcookies https://gerrit-review.googlesource.com/a/config/server/info
The google gerrit server (gerrit.googlesource.com) requires authentification using cookies, which is currently not supported by gerrit.el. Unfortunately the underlying
url.el
AFAIK does not have support for this, butcurl
does: