ProcessingGithub

ssh access to github from Kwansei Gakuin

ssh-keygen

cygwinを立ち上げてください.

  • mkdir /home/[cru32369]
  • ssh-keygen
  • cd /home/[cru32369]/.ssh
  • cat id_rsa.pub

githubにssh keyを登録

FireFoxを立ち上げて,

  • https://github.com
  • githubにlogin
  • home-> settings -> SSH and GPG keys
  • New SSH key
  • Title: GraphicsLab
  • Key: 先ほどのid_rsa.pubをcopy and paste(右クリックで操作すべし)

processing_templatesを自分のアカウントに

そのまま,FireFoxで写します.

  • search boxでdaddygongon/processing_templatesを探す
  • 右上のForkを押して,自分のhomeへrepositoryをfork
  • Clone or downloadをUse SSHに変更
  • そのアドレスをcopy

git cloneで手元に

cygwinで

  • cd d:
  • git clone とうって,先ほどのアドレスをpaste
  • git clone git@github.com:[user_name]/processing_templates.git
  • 'Are you sure you want ...'にyesで答える

pdeの移動

次に,Explorerで,自分のpdeを今作ったディレクトリにcopyします.

  • Explorerからローカルディスク(D:)を選んで,
  • 中を見るとprocessing_templatesがあるはず.
  • そこへ,pdeをfolderごとcopy

最後にGithubへpush

cygwinで

  • cd processing_templates
  • git add -A
  • git commit -m 'first commit'
  • git push origin master
Last modified:2024/04/27 08:14:42
Keyword(s):
References:[CompAInfo] [CompAInfo19]