Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- ctrl-v
- github
- NeXTcube
- 리눅스
- 부팅 대기
- ls에서 초
- already exist
- nextstation
- mysqld.socket(2)
- amigaos
- refspec
- ls에서
- Amiga
- 토발즈
- dhcp 대기시간
- remote origin
- 생성된 파일의 초
- OSX
- 0.01
- comp.os.inix
- ls -al --full-time
- src refspec
- 자바
- src refspec master does not match any
- MariaDB설치
- 안드로이드
- 붙혀넣기
- Linux
- comodore monitors
- 설정
Archives
- Today
- Total
목록remote origin (1)
오늘 블록 만들어 쌓기

로컬에서 개발하던 소스를 github에 업로드 하기 위해 github에 저장소를 만들고 github 가이드를 따라 push를 하려는데, $ git init $ git config --global user.email "내이메일" $ git config --global user.name "내이름" $ git add . $ git commit -m "첫 커밋" $ git remote add origin git@github.com:계정/프로젝트이름.git fatal: remote origin already exists fatal: remote origin already exists -> 메시지를 만났다면, $ git remote rm origin -> 이렇게 입력합니다. $ git remote rm origin..
Dev
2020. 4. 17. 21:32