[Ubuntu] putty로 우분투 접속하기 & 코드 복제하기

Krystal·2022년 1월 21일
0

1. 우분투에 SSH 설치

$ sudo apt-get install ssh

2. putty 접속

  • Host Name : 10.0.1.49
  • Port : 22
  • SSH

자신의 ID/PW로 로그인

3. git clone으로 코드 가지고 오기

$ git clone http://10.0.1.231:30000/AirTomR3.0/Mercy/HemoSoftware.git
$ git clone http://10.0.1.231:30000/AirTomR3.0/Mercy/Software.git

😊 다음의 명령어로 자동로그인 설정해두기

$ git config --global credential.helper store

4. 최신 Branch로 체크아웃

$ git fetch
$ git checkout MaskProtocol
profile
🚀Be an active developer

0개의 댓글