---
title: GitHub Gists SSH Access
date: 2014-02-04T11:52:19+00:00
modified: 2014-02-04T11:52:19+00:00
permalink: https://kaspars.net/blog/github-gists-ssh-access
post_type: post
author:
  name: Kaspars
  avatar: https://reverse.kaspars.net/gravatar/avatar/92bfcd3a8c3a21a033a6484d32c25a40b113ec6891f674336081513d5c98ef76?s=96&d=mm&r=g
category:
  - Development
post_tag:
  - How to
  - Snippet
---

# GitHub Gists SSH Access

Ever wanted to work on your GitHub Gists locally? Here is the SSH URL for Gists:

```
git@gist.github.com:NNNNNN.git
```

where `NNNNNN` is the ID of your Gist.