sigma / magit-gh-pulls

Magit plugin for dealing with GitHub pull requests
254 stars 48 forks source link

Doesn't work with 2-way auth #86

Closed agzam closed 8 years ago

agzam commented 8 years ago

magit-gh-pulls-reload fails if 2-way auth enabled on github account

Contacting host: api.github.com:443
Opening TLS connection to ‘api.github.com’...
Opening TLS connection with ‘gnutls-cli --x509cafile nil -p 443 api.github.com’...failed
Opening TLS connection with ‘gnutls-cli --x509cafile nil -p 443 api.github.com --protocols ssl3’...failed
Opening TLS connection with ‘openssl s_client -connect api.github.com:443 -no_ssl2 -ign_eof’...done
Opening TLS connection to ‘api.github.com’...done
gh-url-set-response: Wrong type argument: listp, "Bad credentials"
agzam commented 8 years ago

this seems to be upstream issue of https://github.com/sigma/gh.el

re-created it there https://github.com/sigma/gh.el/issues/68

massich commented 5 years ago

is this still the case? @agzam did you manage to make it work?