프로그램 소스코드 설치하기
Git 설치
https://git-scm.com/install/windows 기존에 설치되어 있으면 설치필요X
프로젝트 다운로드
#프로젝트 경로에 소스 받기
D:\project\fms\src> git clone http://본인아이디@hnic.kr/vfms/vfms-프로그램명.git
#프로젝트 경로로 이동
D:\project\fms\src> cd vfms-프로그램명
#프로젝트 폴더 열기
D:\project\fms\src\vfms-프로그램명>code .
아이디, 비번 재입력
개인기본아이디@hnicorp.co.kr (비번은 초기 설정)
프로그램 다운로드 후 빌드
#IDE 또는 기본 터미널에서
D:\project\fms\src\vfms-프로그램명> npm run build
! [[ 스크린샷 2026-06-02 163504.png ]]
- dist 폴더 내용 빌드 결과물 확인
- ftp혹은 sftp에서 경로 확인 후 옮기기 ! [[ Pasted image 20260602163844.png ]]
접속 및 인증 에러 시
#다음 에러메시지라면
warning: use of unencrypted HTTP remote URLs is not recommended; see [https://aka.ms/gcm/unsaferemotes](https://aka.ms/gcm/unsaferemotes) for more information. fatal: Authentication failed for "프로젝트/경로.git"
#http접속 허용
D:\project\fms\src\vfms-프로그램명> git config --global credential.http://hnic.kr.allowUnencryptedAuth true
윈도우 자격 증명 관리자에서 git 접속 계정 초기화
윈도우 돋보기 버튼 클릭 후 자격 증명 관리자 제어판 > 자격 증명 관리자 > windows 자격 증명 git:http://hnic.kr 삭제 ! [[ 스크린샷 2026-06-01 135916.png ]]
다시 pull 실행
#프로젝트 경로에서
D:\project\dcim\nhn\src\dcim-sms> git pull
This line appears after every note.
Notes mentioning this note
There are no notes linking to this note.