How can you create GitHub gists that live under an organization account instead of a personal account?

GithubGist

Github Problem Overview


I manage an organization https://github.com/marklogic. I see we actually have one gist under https://gist.github.com/marklogic/ ; I can't figure out how to get any more gists there though. Is there a way?

Github Solutions


Solution 1 - Github

I don't think you can currently create gists as an organization account, but in my experience, if your account was a personal account and you created a gist under that account and then upgraded the account to an organization account, the gist stays but no new gists can be created.

Also, seems like this answer on WebApps confirms my experience.

Hope this helps

Solution 2 - Github

Gists are just simplified Git repos, so if you need something to live in your org, it's probably just best to create a full repo instead.

On the other hand, I'm pretty sure GitHub Enterprise does support internal-only Gists, so you could use that if your company changed from a Org group to an Enterprise account.

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionEric BlochView Question on Stackoverflow
Solution 1 - Githubstrivedi183View Answer on Stackoverflow
Solution 2 - GithubNickView Answer on Stackoverflow