How to Put Code on NotABug
- Generate an SSH key for your
user on your computer by typing ssh-keygen in the
terminal.
- Get a NotABug
account.
- Click
Add Key
on
the SSH settings
page.
- Open your key file, which is probably
in .ssh/id_rsa in your home directory, and copy and
paste all of it into the
Content
field.
- Put your computer's name in the
Key Name
field.
- Finish adding the key by clicking
Add Key
.
- Go to the new
repository page by cliking on the plus icon dropdown menu and
selecting
New Repository
.
- Click
Create Repository
and follow the NotABug's
instructions.