Ubuntu OS에 GitHub Desktop설치
Github Desktop을 설치하기 위해 홈페이지를 들어갔더니 ubuntu용 pc에 대한 설치 프로그램은 없고 macOS과 windows용만 있어서 찾아보다가 git에서 다운로드해서 설치할 수 있는 경로를 찾았다.
windows나 macOS에서 사용하려면 아래 링크에서 다운로드하면 된다.
GitHub Desktop
Simple collaboration from your desktop
desktop.github.com
Ubuntu용은 위의 링크에서 쭉 내려가다 보면 See what's been built라는 버튼이 있는데 눌러보면 GitHub Desktop의 git페이지로 가게 되고 README.md를 쭉 보다 보면 다음과 같이 적혀 있었다.
- Installers for various Linux distributions can be found on the shiftkey/desktop fork.
다 따라서 가기 귀찮으니까 바로 다운 받으려면 밑의 링크로 바로 들어가면 된다.
https://github.com/shiftkey/desktop/releases/tag/release-2.9.0-linux1
Release 2.9.0 Linux RC1 · shiftkey/desktop
New Features Reorder commits with drag and drop in your commit history - desktop#2507 Create a branch from any commit in your history - desktop#3474 Amend the most recent commit on your branch - d...
github.com
현재 이 글을 작성할 시기에는 2.9.0버전이 가장 최신으로 표시되어 있었다.
Assets에서 원하는 파일을 다운받아서 설치하면 되는데 나는 주로 사용하는 .deb 형태의 파일을 다운로드했다.
.deb파일을 다운로드하였으면 terminal을 열고 밑에 있는 명령어만 치면 바로 설치 완료된다.
sudo dpkg -i GitHubDesktop-linux-2.0.4-linux1.deb
GitHub Desktop 실행
설치가 완료되었으면 GitHub Desktop 실행파일을 찾아 실행해서 사용하면 된다.
'Development > etc' 카테고리의 다른 글
[Keras] keras h5모델 Load와 Inference (0) | 2021.11.23 |
---|---|
[Ubuntu18.04] Ubuntu18.04 설치시 nomodeset 설정 (0) | 2021.10.01 |
[Code Compare]Ubuntu에서 beyond compare, meld 설치 (0) | 2021.09.27 |
[Prunning] Towards Efficient Model Compression via Learned Global Ranking (0) | 2021.09.07 |
[Face Detection]Sample and Computation Redistribution for Efficient Face Detection (0) | 2021.08.31 |
댓글