LNCD

Table of Contents

  • LNCD Home
  • Administration
  • Notebooks
  • Journal Club Presentations
  • Publications
  • Current Projects
  • Completed Projects
  • Current Grants
  • Datasets by Project
  • Brain ROIs and Measures
  • ️Tools And Methods
  • Big Data
  • RA Homepage
  • Recent Changes
  • Maintenance
  • Site Map
  • Random Page
LNCD
Docs » Github setup

This is an old revision of the document!


Github setup

For git push to github, you'll need some way to confirm your credentials. Authentication can happen with ssh keys (recommended) or an app password

ssh push

git push can use ssh authentication. You need a key likely in ~/.ssh/id_rsa.pub.

Contents of ~/.ssh/id_rsa.pub should be pasted into new ssh key modal on https://github.com/settings/keys 1)

If ~/.ssh/id_rsa.pub doesn't exist, ssh-keygen can make it (use empty password for convience. hit enter at password prompt to leave blank). See more documentaiton on github

Github https push

To push to https (vs ssh like git@) repos, you'll need to use a personal authentication token when prompted for a password. See github's documentation

1)
top right user icon→settings→ssh and GPG keys → new ssh key
Previous Next