티스토리 뷰
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
- 힘냉면록
- tree로만들기
- 성수밥
- html
- SQL
- 최고심
- server.xml
- 오라클
- 톰캣
- 토라식당
- floating button
- Lalavel
- 터미널
- Tomcat
- input
- 르프리크
- 정규식
- 아파치
- 성수뚝떡
- 조직도관리
- node관리
- 위잇딜라이트
- Oracle
- 이클립스
- Apach
- Eclipse
- 메뉴관리
- Mac
- jstree
- 맥
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 29 |
30 | 31 |
글 보관함