[넥서스] nexus install/uninstall 윈도우10 에서
2023. 4. 11. 15:50ㆍIT개발/SVN & Git
반응형
##### window 서비스로 등록하기 및 자동 실행
C:\dev\nexus-3.50.0-01-win64\nexus-3.50.0-01\bin>nexus.exe/install
Installed service 'nexus'.
##### window 서비스로 해제하기 및 삭제
C:\dev\nexus-3.50.0-01-win64\nexus-3.50.0-01\bin>nexus.exe/uninstall
Stopping service 'nexus'.
Service stopped
Uninstalled service 'nexus'.
반응형
'IT개발 > SVN & Git' 카테고리의 다른 글
.gitignore 동작이 잘 안될때(설정했는데 자꾸 커밋됄 때ㅡㅡ+) (0) | 2023.02.20 |
---|---|
[gitlab] 설치형gitlab <= bitbucket 소스저장소 fork하기 (0) | 2021.09.02 |
git clone 시 특정 폴더로 소스를 내려받기 (0) | 2021.08.27 |
Git 저장소 이동하기(사설gitlab-> Bitbucket) 성공! (33) | 2021.07.20 |
Git remote 저장소 정보 조회 하기 (0) | 2021.07.02 |