써먹는 웹개발

[Intellij] github(gitlab)에서 project 가져오기 본문

Developer Tools/IntelliJ & DataGrip

[Intellij] github(gitlab)에서 project 가져오기

kmhan 2021. 7. 22. 12:54


728x90
반응형

※ 기존에 압축풀기 식으로 프로젝트가 github(gitlab)과 연결되어있지 않다면 과감히 지우고 빈 폴더를 생성한다.

1. File > New > Proejct From Version Control

2. URL과 Directory 입력후에 CLONE 버튼 클릭

 - URL은 HTTPS에서 가져옵니다.

 1) github에서 가져올 때 : Clone > HTTPS

 2) gitlab에서 가져올 때 : Clone > Clone with HTTP

  ※ gitlab 포트는 80(생략가능)으로 했었음 : 192.168.0.100

 

 Q) 서버 실행시 'FAILURE: Build failed with an exception.' 오류가 난다면?

 A) Run/Debug Configurations > Active profiles: local 추가

 Q2) STS에서 'Failed to configure a DataSource: 'url' attribute is not specified and no embedded' 에러가 난다면?

 A2) Run > Run Configurations > Profile: local 추가

728x90
반응형


Comments