Linux İçin Git Kurulumu - Git For Linux
Burada Linux üzerinde Git kurulumundan bahsedeceğim.
Git'in resmi sitesi olan https://git-scm.com/downloads adresinden Linux'u seçiyoruz.
Burada bir çok Linux dağıtımı ve Unix tabanlı işletim sistemlerinin komutları çıkıyor karşımıza. Artık hangi dağıtımı kullanıyorsanız kurulum komutunu buradan bulabilirsiniz.
Ben Ubuntu kullandığım için;
apt-get install git
komutunu kullanacağım. Ancak siz kullandığınız dağıtıma ait listedeki kodu kullanacaksınız.
Kurulum işleminin "root" yetkisi istemesinden dolayı kodu yazarken başına "sudo" eklemeyi unutmuyoruz.
-----------------------------------------------------------------------------------------
Here I will talk about Linux GIT installation.
First we open our scanner.
We choose Linux from https://git-scm.com/downloads which is the official site of GIT.
It has many Linux distributions and commands for Unix based operating systems. You can find the installation command here if you are using any distribution.
Since I use ubuntu, I will use the command "apt-get install git". However, you will use the code at the top of the distribution you are using.
We do not forget to add "sudo" to the beginning of the code when writing the code because of the "root" authorization requirement of the installation process.
İlk olarak tarayıcımızı açıyoruz.
Burada bir çok Linux dağıtımı ve Unix tabanlı işletim sistemlerinin komutları çıkıyor karşımıza. Artık hangi dağıtımı kullanıyorsanız kurulum komutunu buradan bulabilirsiniz.
Ben Ubuntu kullandığım için;
apt-get install git
komutunu kullanacağım. Ancak siz kullandığınız dağıtıma ait listedeki kodu kullanacaksınız.
Kurulum işleminin "root" yetkisi istemesinden dolayı kodu yazarken başına "sudo" eklemeyi unutmuyoruz.
-----------------------------------------------------------------------------------------
First we open our scanner.
We choose Linux from https://git-scm.com/downloads which is the official site of GIT.
It has many Linux distributions and commands for Unix based operating systems. You can find the installation command here if you are using any distribution.
Since I use ubuntu, I will use the command "apt-get install git". However, you will use the code at the top of the distribution you are using.
We do not forget to add "sudo" to the beginning of the code when writing the code because of the "root" authorization requirement of the installation process.
Yorumlar
Yorum Gönder