Skip to content
This repository has been archived by the owner on Nov 14, 2018. It is now read-only.

Githubsetup

Muhammed Bayraktar edited this page Jan 10, 2017 · 4 revisions

ENGLISH

  • Install openssh: sudo pisi it openssh

  • Install git: sudo pisi it git

  • Create a github ssh-keygen: ssh-keygen -t rsa -C "youremailadress“

  • Open the file ~/.ssh/id_rsa.pub and add the text in this file into the ssh key of your github account.

  • Create a local global user name: git config --global user.name "yourgithubnickname"

  • Create a local global user.email: git config --global user.email "yourgithubemailadress"

  • Make a map for you github sources in your home, as example 'github' and go to this new map.

  • Then clone the pisilinux github: git clone git@github.com:pisilinux/PisiLinux.git

  • After that clone the playground folder: git clone git@github.com:pisilinux/playground.git

  • All the pisilinux buildfile sources are now local, so happy coding.

TURKISH

  • Openssh' yi yükle: sudo pisi it openssh

  • Git'i yükle: sudo pisi it git

  • Github ssh-keygen oluştur: ssh-keygen -t rsa -C "youremailadress“

  • Şu dosyayı aç ~/.ssh/id_rsa.pub ve dosyadaki yazıya GitHub hesabının ssh key'ini ekle.

  • Yerel küresel bir kullanıcı adı oluştur: git config --global user.name "kullaniciadin"

  • Yerel küresel bir user.mail oluştur: git config --global user.email "githubmailadresin"

  • Anasayfanda GitHub kaynakların için bir harita oluştur, öreneğin ismini "github" koy ve o yeni haritaya giriş yap.

  • Sonra Pisi Linux GitHub'ını klonla: git clone git@github.com:pisilinux/PisiLinux.git

  • Daha sonra playground klasörünü klonla: git clone git@github.com:pisilinux/playground.git

  • Tüm Pisi Linux yapı dosyaları artık yerel oldu, mutlu kodlamalar.