Joshua Downer
Joshua Downer
Yes, it is going to involve checking the returned status. However, raise_for_status is not really the way to go. The idea should be to isolate the caller from the particular...
An example of where this is an issue is when the token is invalid and the response is something like, `1450282075.615 ERROR[gist] string indices must be integers`
The error message indicates there is a problem with your public key -- have you added your SSH key to github?
Since the error message states that the public key is denied, I suspect this is an issue of key management rather than with gist. Can you try ``` git clone...
I created a new token for testing with the same permissions you had. I created a new VM for testing and installed gist. Like you, I was able to list...
Apologies! That is my mistake. If you use, ``` git clone [email protected]:/c17592d5ef054e634c7dbe48be0c186f ``` it will work.