Hayden's Archive
[Git/Linux] 우분투에서 Git 설치 (+깃허브 데스크탑) 본문
1) 우분투에서 깃 설치
Git 공식 홈페이지를 참고하여 Git을 설치했다.
Git
Download for Linux and Unix It is easiest to install Git on Linux using the preferred package manager of your Linux distribution. If you prefer to build from source, you can find tarballs on kernel.org. The latest version is 2.28.0. Debian/Ubuntu For the l
git-scm.com
권한이 없으므로 root 계정으로 로그인한다.
$ sudo su
git 설치 명령어를 입력하고 Y 입력
$ apt-get install git
다음을 입력하고 결과 메세지가 뜨면 enter
$ add-apt-repository ppa:git-core/ppa
다음을 입력하고 Y 입력
$ apt update; apt install git
터미널에 git이라고 입력하면 깃과 관련한 설명을 볼 수 있다.
2) 우분투에서 깃허브 데스크탑 설치
2.5.4-1 버전
dev.to/rahedmir/is-github-desktop-available-for-gnu-linux-4a69
Is GitHub Desktop available for GNU/Linux?
Currently, Github Desktop for GNU/Linux is not officially supported by the GitHub, but there is a for...
dev.to
2.0.4 버전
설치 파일 다운로드 : github.com/desktop/desktop/releases/tag/release-2.0.4
Release release-2.0.4 · desktop/desktop
prep for the production release
github.com
참고 설명 : data-panic.tistory.com/12