티스토리 뷰
Switching remote URLs from SSH to HTTPS
Open Terminal.
Change the current working directory to your local project.
List your existing remotes in order to get the name of the remote you want to change.
git remote -vorigin git@github.com:USERNAME/REPOSITORY.git (fetch)origin git@github.com:USERNAME/REPOSITORY.git (push)
Change your remote's URL from SSH to HTTPS with the
git remote set-url
command.git remote set-url origin https://github.com/USERNAME/OTHERREPOSITORY.git
Verify that the remote URL has changed.
git remote -v
# Verify new remote URL
origin https://github.com/USERNAME/OTHERREPOSITORY.git (fetch)
origin https://github.com/USERNAME/OTHERREPOSITORY.git (push)
'기타 > Git 깃 긷 깉' 카테고리의 다른 글
브라켓 Git 설치 (AWS) (0) | 2017.07.23 |
---|---|
깃은 어렵다. (0) | 2017.07.21 |
git push (0) | 2017.07.21 |
git 에서 CRLF 개행 문자 차이로 인한 문제 해결하기 (0) | 2017.07.21 |
git - 간편 안내서 (0) | 2017.07.21 |
반응형
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- html
- 르프리크
- 터미널
- Apach
- 토라식당
- SQL
- floating button
- Tomcat
- 메뉴관리
- 정규식
- Lalavel
- 성수뚝떡
- input
- 성수밥
- server.xml
- Eclipse
- 맥
- Oracle
- 최고심
- jstree
- 힘냉면록
- Mac
- 아파치
- 이클립스
- 위잇딜라이트
- tree로만들기
- 톰캣
- 오라클
- node관리
- 조직도관리
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
글 보관함