[ server ][ linux ][ gitlab ] 원격 저장소 url 변경
페이지 정보
작성자 웹지기 댓글 0건 조회 10,006회 작성일 20-06-01 12:57본문
# git remote -v
# origin http://gitlab.com/sample/sample.git (fetch)
# origin http://gitlab.com/sample/sample.git (push)
확인을 해본 다음 다음의 명령어로 변경이 가능하다
# git remote set-url origin ssh://git@gitlab.com/sample/sample.git
다시 확인을 해보면
# git remote -v
# origin ssh://git@gitlab.com/sample/sample.git (fetch)
# origin ssh://git@gitlab.com/sample/sample.git (push)
바뀐것을 확인할 수 있다.
추천0 비추천0
댓글목록
등록된 댓글이 없습니다.