Hi,
when I push the gist button I get the following error message:
The ajax request to Github went wrong:
thanks
ps: on safari 11.1.2 , notebook 5.6.0 and jupyter_contrib_nbextensions 0.5.0
I'm also getting the same error. Some screenshots and version numbers below.
Safari: 11.1.2, jupyter-contrib-nbextensions: 0.5.0, jupyter-notebook-gist: 0.5.0


another error:

In my case,
I started to have this problem when I added a markup cell containing the sentence:
should I try another strategy????
I just removed the ???? and I was able to upload my file at gist.
It looks like some ajax parse error. Check in you jupyter for some special ajax character. It could be the problem.
The solution from @LucasSilvaFerreira works! In one of the cells I had this:
torch.ger??
On removing this cell, I was able to gist it! :)
Thanks guys!!! Removing "??" helped me as well.
Hi, I'm getting this error:

Most helpful comment
In my case,
I started to have this problem when I added a markup cell containing the sentence:
should I try another strategy????I just removed the ???? and I was able to upload my file at gist.
It looks like some ajax parse error. Check in you jupyter for some special ajax character. It could be the problem.