일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 클론
- 오류
- database
- run sql script
- 단축키
- 데이터베이스
- 따옴표 삭제
- github clone
- cmd
- PHPStorm
- 깃 토큰
- Visual Studio Code
- error
- vscode
- clone
- DataGrip
- visualstudio code
- 에러
- Python
- jupyter
- 파이썬
- import data
- php
- error 해결
- console창
- github token
- csv
- OrCAD 다운로드
- localhost
- MySQL
Archives
- Today
- Total
목록clone (2)
개발 노트

원래는 phpstorm에서 git clone 하려 했으나 phpstorm과 git이 충돌하여 clone 할 수 없다는 오류 발생 Event log : Clone failed Git@github.com: Permission denied (publickey). Could not read from remote repository. Please make sure you have the correct access rights and the repository exists. 그래서 명령 프롬프트 창(CMD)를 통해 직접 git clone하는 방법! 1. cmd 창을 관리자 권한으로 실행한다. 2. 하단의 명령코드를 순서대로 입력한다. 명령 코드 : git f: (저장할 폴더 위치) dir git clone git ..
인턴 앱 개발 : 20.07.06~08.31/Back-end : PHP
2020. 8. 14. 13:55

비쥬얼 스튜디오 코드에서 깃허브 토큰 클론하는 방법 1. 마켓 플레이스에서 setting sysc 플러그인 설치 2. view - command palette 에서 sync upload setting 선택 3. 엑세스 토큰 입력, gist id는 굳이 입력할 필요 없음 (만약 이 창이 안뜨면 위 2번에서 sync advanced options - sync:설정열기 4. 토큰 이용하여 데이터 가져오기 완료
인턴 앱 개발 : 20.07.06~08.31/Front-end : Visual Studio Code
2020. 8. 11. 13:30