Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Anonymous Gists expiration/lifetime?

I'd like to know if anonymous github gists expire

I can't find anything on Github's gist API docs and google yield results on how to delete them but nothing on their expiration (if any)

like image 218
JSelser Avatar asked Mar 10 '16 17:03

JSelser


People also ask

Are gists editable?

In the top right corner of your gist page, there will be a menu that allows for multiple functions to be performed on your gist. We can edit, delete, unsubscribe, star, embed, copy, share, and download a raw copy or zipped copy of a gist.

Are gists private?

Secret gists aren't private. If you send the URL of a secret gist to a friend, they'll be able to see it. However, if someone you don't know discovers the URL, they'll also be able to see your gist. If you need to keep your code away from prying eyes, you may want to create a private repository instead.


1 Answers

⚠️ As of March 19, 2018, anonymous gist creation is deprecated. ⚠️


No, they don't expire. The documentation says:

Warning: Anonymous gists cannot be deleted from the web. To have an anonymous gist deleted, contact GitHub support. Please provide the URL of the gist you wish to delete.

You still have the Delete button as long you have the session on Gist, but once you delete your cookies, that delete button will be gone and if you want to delete the gist you created, you will have to contact GitHub Support.

If you need an anonymous gist deleted, please contact GitHub support and include the gist's URL.

So, summarizing, you can delete the anonymous gists you create as long you have the session in the browser. Once you lose it, nobody will delete them unless GitHub support really wants to. In fact they don't expire, but they can be deleted by a human if that's needed (like user gists).


To make sure, I emailed support and they said:

You're correct. Anonymous Gists don't expire, and are not automatically deleted.

like image 193
Ionică Bizău Avatar answered Oct 04 '22 21:10

Ionică Bizău