csh

How to Put Code on NotABug

  1. Generate an SSH key for your user on your computer by typing ssh-keygen in the terminal.
  2. Get a NotABug account.
  3. Click Add Key on the SSH settings page.
  4. 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.
  5. Put your computer's name in the Key Name field.
  6. Finish adding the key by clicking Add Key.
  7. Go to the new repository page by cliking on the plus icon dropdown menu and selecting New Repository.
  8. Click Create Repository and follow the NotABug's instructions.