One of my organizations forced 2 factor Auth on me, and now trying to run M-x gist-buffer-private I get this:
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
Decrypting /Users/jjasghar/.authinfo.gpg...done
json-read: JSON readtable error
I'm not sure how to debug this farther, but this is the only change that has happened between Github and my Emacs installation recently.
One of my organizations forced 2 factor Auth on me, and now trying to run
M-x gist-buffer-privateI get this:I'm not sure how to debug this farther, but this is the only change that has happened between Github and my Emacs installation recently.