// 빈 디렉토리 만들고 powershell 호출
// repository clone
git clone ssh://[gituser]@[gitlab server]/[gitlab reopsitory]
// github desktop 실행
File > Add local repository 클릭
repository 디렉토리 선택
git clone ssh://[gituser]@[gitlab server]/[repository path]Add local repository 선택해서 clone한 repository를 연결git clone으로 연결한 디렉토리 위치를 선택. 해당 디렉토리에는 .git 폴더가 있을 것이다.연결 후 History에서 작업한 내역을 확인할 수 있다. commit, push 등은 할 수 없다.